This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Thu Mar 28 2024 19:28:26 UTC
Hide Search Description
455 bugs found.
ID Product Comp Assignee Status Resolution Summary Changed
888 Eigen Unsuppor romain.picot2 ASSI --- using CADNA type 2019-12-04
781 Eigen Unsuppor matdzb ASSI --- Provide actual unit tests for autodiff-module 2019-12-04
840 Eigen Unsuppor jdh8 ASSI --- Sylvester-like solver 2019-12-04
259 Eigen Core - g hauke.heibel ASSI --- Aliasing in combound assignment + reduction 2019-12-04
47 Eigen Geometry hauke.heibel NEW --- A RotationTranslation class 2019-12-04
408 Eigen Core - g gael.guennebaud REVI --- block() does not allow recursion 2019-12-04
100 Eigen Core - g gael.guennebaud DECI --- Finalize the array-as-scalar feature 2019-12-04
17 Eigen Geometry gael.guennebaud CONF --- "lookat" matrix 2019-12-04
34 Eigen Core - g gael.guennebaud NEW --- operator<<(stream) involves log for non integer type 2019-12-04
43 Eigen Jacobi gael.guennebaud NEW --- Better vectorization of jacobi rotations for complexes 2019-12-04
4 Eigen Sparse gael.guennebaud NEW --- [feature request] MUMPS backend for SparseLU 2019-12-04
35 Eigen Geometry gael.guennebaud NEW --- API to create perspective transformation 2019-12-04
140 Eigen Sparse gael.guennebaud NEW --- Ensure const-correctness in the Sparse module 2019-12-04
200 Eigen Core - v gael.guennebaud NEW --- ploaddup using _mm_load_sd, which is generally miscompiled on gcc/i386 2019-12-04
386 Eigen Core - g eigen.nobody REOP --- MSVC 2010 error: __cpuidex missing 2019-12-04
422 Eigen Core - g eigen.nobody REOP --- Reconsider EIGEN_DEFAULT_TO_ROW_MAJOR 2019-12-04
449 Eigen Sparse eigen.nobody REOP --- Allow conservative resize in sparse matrix 2019-12-04
457 Eigen Document eigen.nobody REOP --- Document CwiseNullaryOp 2019-12-04
556 Eigen General eigen.nobody REOP --- Matrix multiplication crashes using mingw 4.7 2019-12-04
838 Eigen Sparse eigen.nobody REOP --- dense_vector=dense_vector*sparse_1x1_matrix crashes 2019-12-04
1160 Eigen Unsuppor eigen.nobody REOP --- LM Module Unit Test Failure: test in testNistMGH10 incorrect 2019-12-04
1484 Eigen Unsuppor eigen.nobody REOP --- compilation failure in MatrixExponential.h due to LDBL_MANT_DIG == 113 2019-12-04
1555 Eigen Core - v eigen.nobody REOP --- Eigen 3.3.4 compilation fails on xlc 2019-12-04
655 Eigen Unsuppor eigen.nobody REVI --- Non-negative least squares 2019-12-04
747 Eigen Core - g eigen.nobody REVI --- Allow for negative stride 2019-12-04
868 Eigen Unsuppor eigen.nobody REVI --- kissfft backend makes wrong result if same buffer is supplied for input and output 2019-12-04
1494 Eigen Core - v eigen.nobody REVI --- Test case test_minmax_nan_propagation from cxx11_tensor_expr fails on PPC 2019-12-04
1587 Eigen Core - g eigen.nobody REVI --- Make all Base-class constructors protected 2019-12-04
1623 Eigen Geometry eigen.nobody REVI --- Add AlignedBox::extend(aligned_box, affine_transform) ? 2019-12-04
1763 Eigen Eigenval eigen.nobody REVI --- Optimization of symmetric eigendecomposition 2019-12-04
694 Eigen Sparse eigen.nobody DECI --- Handling unordered sparse matrices (as in SparseQR::matrixR) 2019-12-04
112 Eigen Core - g eigen.nobody DECI --- We need a true Identity expression 2019-12-04
196 Eigen Core - g eigen.nobody DECI --- Move all resize functionality to DenseBase 2019-12-04
256 Eigen Core - v eigen.nobody DECI --- Assigning a vectorizable expression to an unaligned destination loses vectorization 2019-12-04
361 Eigen General eigen.nobody DECI --- Removing compiler-reserved names (e.g. _Scalar, _Rows, etc.) 2019-12-04
401 Eigen Core - g eigen.nobody DECI --- obtain the coefficients of the indices for a row/colwise call to maxCoeff 2019-12-04
416 Eigen Core - g eigen.nobody DECI --- Why can't I have a Row Major Column Vector 2019-12-04
459 Eigen Geometry eigen.nobody DECI --- [feature request] Quaternion as rotation & scaling 2019-12-04
512 Eigen Core - e eigen.nobody DECI --- SIMD enabled casts 2019-12-04
560 Eigen Geometry eigen.nobody DECI --- Allow standard linear algebra operations for quaternions 2019-12-04
564 Eigen Core - e eigen.nobody DECI --- maxCoeff() returns -nan instead of max, while maxCoeff(&maxRow, &maxCol) works 2019-12-04
586 Eigen Core - g eigen.nobody DECI --- Add NaN and Inf constant matrices 2019-12-04
610 Eigen Core - g eigen.nobody DECI --- Unsupported operations like "Matrix3d::Identity() op vector3d.asDiagonal()" 2019-12-04
618 Eigen Tests eigen.nobody DECI --- Tests containing NaN within > or < operators fail on Windows EC 7 2019-12-04
622 Eigen General eigen.nobody DECI --- std::istream operator>> should be added 2019-12-04
631 Eigen General eigen.nobody DECI --- (Optionally) throw an exception when using an unsuccessful decomposition 2019-12-04
669 Eigen Geometry eigen.nobody DECI --- Translation * Mapped vector does not compile 2019-12-04
692 Eigen Core - v eigen.nobody DECI --- Meta-Packets 2019-12-04
699 Eigen Core - g eigen.nobody DECI --- Function similar to Matlab's/Octave's colon operator 2019-12-04
713 Eigen Sparse eigen.nobody DECI --- sv += sv causes out of memory 2019-12-04
771 Eigen Geometry eigen.nobody DECI --- Implement quaternion fitting from the todo list 2019-12-04
789 Eigen General eigen.nobody DECI --- Feature Request: Memory allocation only when necessary 2019-12-04
885 Eigen Core - g eigen.nobody DECI --- Extend API of TriangularView and SelfAdjointView 2019-12-04
906 Eigen Core - g eigen.nobody DECI --- Broadcasting order of arguments 2019-12-04
910 Eigen Sparse eigen.nobody DECI --- Provide Ref<SparseMatrix>/Ref<const SparseMatrix> 2019-12-04
912 Eigen Core - g eigen.nobody DECI --- Create a Ptr<> analogon to Ref<> 2019-12-04
968 Eigen Interope eigen.nobody DECI --- Add compatibility with tuple_size 2019-12-04
1017 Eigen Househol eigen.nobody DECI --- Tridiagonalization often generates non-unitarian Q-matrix for rank-deficient input 2019-12-04
1019 Eigen Core - g eigen.nobody DECI --- viewAsReal() method 2019-12-04
1021 Eigen Core - g eigen.nobody DECI --- Resurrect minor(i,j) 2019-12-04
1037 Eigen Core - m eigen.nobody DECI --- cross products of vectors of dimensions other than 3 2019-12-04
1044 Eigen Core - g eigen.nobody DECI --- Parallel assignment 2019-12-04
1061 Eigen Core - g eigen.nobody DECI --- Matrix operator== does not check for correct size and returns true for empty matrix comparisons. 2019-12-04
1071 Eigen Core - g eigen.nobody DECI --- Support for matrix-norms (operator-norms) 2019-12-04
1104 Eigen Sparse eigen.nobody DECI --- Add ability to iterate (non-nested) over values in sparse matrix 2019-12-04
1185 Eigen Sparse eigen.nobody DECI --- SparseMatrix class does not enforce the EIGEN_NO_MALLOC macro 2019-12-04
1193 Eigen Core - g eigen.nobody DECI --- extend lpNorm with 0 and -infinity 2019-12-04
1209 Eigen Geometry eigen.nobody DECI --- No conversion from Eigen::Translation or Eigen::Rotation2D to Eigen::Transform 2019-12-04
1212 Eigen Tensor eigen.nobody DECI --- EigenContractionKernel causes ptx error(cost too much shared memory) 2019-12-04
1218 Eigen Core - g eigen.nobody DECI --- (Optionally) prohibit to assign row expressions to column vectors (and vice versa) 2019-12-04
1244 Eigen Geometry eigen.nobody DECI --- quaternion exponential logarithm 2019-12-04
1274 Eigen Tensor eigen.nobody DECI --- Tensor reduction operations can't be assigned to Tensors 2019-12-04
1474 Eigen Geometry eigen.nobody DECI --- add skew symmetric matrix adapter 2019-12-04
1535 Eigen Eigenval eigen.nobody DECI --- Allow extraction of eigenvalues from a Schur matrixT() 2019-12-04
1589 Eigen Interope eigen.nobody DECI --- std::complex in GeneralizedEigenSolver prevents usage of custom scalar types. 2019-12-04
1599 Eigen Cholesky eigen.nobody DECI --- Discussion/Tracking issue for a design enabling L[D]LT update w/out compute call 2019-12-04
1602 Eigen Tensor eigen.nobody DECI --- Tensor module unit-tests (mostly) ignore seed parameter 2019-12-04
1610 Eigen Core - m eigen.nobody DECI --- Can't convert product of 3 1x1 matrices to scalar 2019-12-04
1639 Eigen Core - g eigen.nobody DECI --- Prohibit TriangularSolve for integer types? 2019-12-04
1646 Eigen General eigen.nobody DECI --- Aliasing detected while no alias actually occurs 2019-12-04
1655 Eigen Tests eigen.nobody DECI --- Compile unit test by default in C++11 mode 2019-12-04
1658 Eigen Core - g eigen.nobody DECI --- Add DenseBase::conjugateIf<bool>() 2019-12-04
1684 Eigen Core - g eigen.nobody DECI --- array_reverse fails with clang >=6 + AVX + -O2 2019-12-04
1687 Eigen Core - v eigen.nobody DECI --- Reconsider usage of EIGEN_FAST_MATH 2019-12-04
1700 Eigen Core - e eigen.nobody DECI --- result_of removes pointer qualifiers 2019-12-04
1706 Eigen Sparse eigen.nobody DECI --- SparseMatrix reallocation throws std::bad_alloc when StorageIndex > Eigen::Index 2019-12-04
1714 Eigen Core - v eigen.nobody DECI --- AVX512 PacketMath add quarter type 2019-12-04
1720 Eigen General eigen.nobody DECI --- Eigen leaves macro I defined 2019-12-04
1729 Eigen Sparse eigen.nobody DECI --- Use aligned storage inside SparseMatrix 2019-12-04
1767 Eigen Tests eigen.nobody DECI --- Update cmake minimum version to 3.5.1 2019-12-04
1768 Eigen General eigen.nobody DECI --- Use enable_if to hide methods 2019-12-04
1777 Eigen Core - v eigen.nobody DECI --- Make scalar and packet paths consistent 2019-12-04
1778 Eigen Core - g eigen.nobody DECI --- Add matlab's repelem equivalent 2019-12-04
42 Eigen Core - g eigen.nobody DECI --- Support for symmetric matrix 2019-12-04
166 Eigen Core - g eigen.nobody DECI --- Request to add a private allocator to Eigen 2019-12-04
407 Eigen General eigen.nobody DECI --- Return more information if matrix decomposition fails 2019-12-04
423 Eigen Core - g eigen.nobody DECI --- Choose rows/columns from a WithFormat expression 2019-12-04
433 Eigen General eigen.nobody DECI --- Make Eigen faster in debug mode: EIGEN_FORCE_INLINING 2019-12-04
601 Eigen Geometry eigen.nobody DECI --- Quaternion and AngleAxis should check their input 2019-12-04
845 Eigen Unsuppor eigen.nobody DECI --- Monotone cubic Hermite interpolation 2019-12-04
884 Eigen Core - g eigen.nobody DECI --- Eigen::Ref stores redundant data 2019-12-04
988 Eigen Interope eigen.nobody DECI --- Support conversion to/from std::array, std::vector 2019-12-04
1208 Eigen Core - g eigen.nobody DECI --- Mode cooking 2019-12-04
1554 Eigen Tensor eigen.nobody DECI --- CUDA-related Tensor unit tests fail 2019-12-04
1690 Eigen Eigenval eigen.nobody DECI --- Have SelfAdjointEigenSolver.computePartial() 2019-12-04
1728 Eigen Core - v eigen.nobody DECI --- Non-deterministic results with unaligned reductions 2019-12-04
1737 Eigen Core - v eigen.nobody DECI --- Consider vectorization with strided input 2019-12-04
1764 Eigen Core - g eigen.nobody DECI --- Use builtin C++ feature tests to check availability of language features 2019-12-04
323 Eigen Core - g eigen.nobody DECI --- name of constant 2019-12-04
820 Eigen Core - g eigen.nobody DECI --- Stack allocated matrix/vectors within C++14 constexpr functions 2019-12-04
954 Eigen Core - g eigen.nobody DECI --- Support C++11 initializer lists 2019-12-04
984 Eigen Core - e eigen.nobody DECI --- Fusing the evaluation of multiple expressions 2019-12-04
111 Eigen Core - e eigen.nobody DECI --- Public API to handle function arguments 2019-12-04
1438 Eigen Tensor eigen.nobody ASSI --- Implement numerically stable summation methods 2019-12-04
31 Eigen Unsuppor eigen.nobody ASSI --- Implement matrix sign function 2019-12-04
138 Eigen Document eigen.nobody CONF --- Write more developer documentation 2019-12-04
62 Eigen General eigen.nobody CONF --- Binary library: LAPACK 2019-12-04
192 Eigen Geometry eigen.nobody CONF --- Map for Transform 2019-12-04
1294 Eigen Core - m eigen.nobody CONF --- RowMajor Matrix-Vector mul x10 slower than ColMajor 2019-12-04
46 Eigen Document eigen.nobody CONF --- Developer documentation on how to add a new type of matrix 2019-12-04
60 Eigen General eigen.nobody CONF --- Decompositions - kernel for given dimension 2019-12-04
81 Eigen Document eigen.nobody CONF --- Advanced doc on writing custom functors 2019-12-04
371 Eigen Core - e eigen.nobody CONF --- Automatically transforming a*b.transpose()*c into a*b.dot(c) 2019-12-04
385 Eigen Sparse eigen.nobody CONF --- Preserve preallocated memory of the destination of a sparse * sparse product 2019-12-04
458 Eigen Geometry eigen.nobody CONF --- Quaternion to rotation matrix 2019-12-04
467 Eigen Core - g eigen.nobody CONF --- Modulo Operator for 1D 2019-12-04
471 Eigen QR eigen.nobody CONF --- Add true determinant() methods to the QR decompositions 2019-12-04
520 Eigen Core - g eigen.nobody CONF --- DiagonalMatrix interface lacking 2019-12-04
585 Eigen Core - v eigen.nobody CONF --- Optimize any()/all()/count() reductions 2019-12-04
593 Eigen General eigen.nobody CONF --- Decomposition table claims some decompositions are rank-revealing, even though they do not provide a rank() method. 2019-12-04
604 Eigen General eigen.nobody CONF --- [feature request] triangularView < Eigen::Diagonal > () 2019-12-04
612 Eigen Core - m eigen.nobody CONF --- In-Place triangular product and inverse. 2019-12-04
663 Eigen Core - g eigen.nobody CONF --- Permit NoChange in setZero, setOnes, setConstant, setRandom 2019-12-04
667 Eigen General eigen.nobody CONF --- Functions must be DECLARED __forcedinline. 2019-12-04
673 Eigen Tests eigen.nobody CONF --- Test failures 2019-12-04
715 Eigen Tests eigen.nobody CONF --- gmres_2, minres_1, and levenberg_marquardt tests fail 2019-12-04
728 Eigen Document eigen.nobody CONF --- Make code-generation macros visible to doxygen 2019-12-04
757 Eigen Sparse eigen.nobody CONF --- Provide a log-determinant method in addition to determinant for SimplicialCholesky 2019-12-04
777 Eigen General eigen.nobody CONF --- Error "don't know how to make 'blas\eigen_blas.lib'" with VC++ 2008 build of lapack 2019-12-04
786 Eigen Unsuppor eigen.nobody CONF --- The polynomialsolver_9 test fails for seed 1396648348 2019-12-04
787 Eigen Unsuppor eigen.nobody CONF --- MPRealSupport and StableNorm 2019-12-04
814 Eigen General eigen.nobody CONF --- Release Eigen 3.4 2019-12-04
833 Eigen Document eigen.nobody CONF --- Simplify Documentation by typedef-ing complicated return-types 2019-12-04
835 Eigen Sparse eigen.nobody CONF --- Implement OnTheLeft/OnTheRight for SparseTriangularView::solve 2019-12-04
858 Eigen Unsuppor eigen.nobody CONF --- Memory allocation problem in ArpackGeneralizedSelfAdjointEigenSolver 2019-12-04
865 Eigen Eigenval eigen.nobody CONF --- SelfAdjointEigenSolver::compute() should work with C++11 move semantics when available. 2019-12-04
879 Eigen Core - m eigen.nobody CONF --- Matrix product with triangularView does not compile 2019-12-04
976 Eigen Core - v eigen.nobody CONF --- Code duplication in Core/arch/*/MathFunctions.h 2019-12-04
1018 Eigen Core - g eigen.nobody CONF --- blueNorm handles complex infinities wrong on some systems 2019-12-04
1129 Eigen Geometry eigen.nobody CONF --- Add asAffine() and asProjective() views to MatrixBase or DenseBase 2019-12-04
1130 Eigen Sparse eigen.nobody CONF --- fast filter of outer dimension 2019-12-04
1196 Eigen SVD eigen.nobody CONF --- BDCSVD involves dynamic temporaries even after pre-allocation 2019-12-04
1202 Eigen Interope eigen.nobody CONF --- 'make check' cannot be compiled on Centos 6 2019-12-04
1268 Eigen Cholesky eigen.nobody CONF --- Add LDLT with block diagonal 2019-12-04
1271 Eigen Sparse eigen.nobody CONF --- Add view to nonZeros of SparseMatrix 2019-12-04
1317 Eigen Core - g eigen.nobody CONF --- Performance hit in 3.3rc1 2019-12-04
1322 Eigen Core - e eigen.nobody CONF --- PermutationMatrix<>::transpose() product causes compilation error 2019-12-04
1335 Eigen Document eigen.nobody CONF --- Catalogue should tell FullPivHouseholderQR gives least squares solutions to overdetermined systems 2019-12-04
1341 Eigen Tensor eigen.nobody CONF --- The following code segfaults on Mac OSx but not Linux 2019-12-04
1386 Eigen General eigen.nobody CONF --- Eigen3Config.cmake does not register correct file in CMake User Package registry 2019-12-04
1433 Eigen Core - g eigen.nobody CONF --- horizontal/vertical stacking for matrix assembly 2019-12-04
1443 Eigen Sparse eigen.nobody CONF --- Repetitive calls to reserveInnerVectors in SparseMatrix::insert 2019-12-04
1460 Eigen Tensor eigen.nobody CONF --- Sanitze includes for Windows 2019-12-04
1466 Eigen Core - m eigen.nobody CONF --- Dereferencing a null pointer for zero sized matrices 2019-12-04
1530 Eigen Tensor eigen.nobody CONF --- potential memory leak in evalSubExprsIfNeeded for non-POD elements 2019-12-04
1574 Eigen Core - g eigen.nobody CONF --- Adding a diagonal matrix to a sparse matrix causes assertion failed 2019-12-04
1614 Eigen Tensor eigen.nobody CONF --- EigenMatrix vs EigenTensor softmax speed 2019-12-04
1616 Eigen Tensor eigen.nobody CONF --- Narrowing in variadic templates 2019-12-04
1625 Eigen Geometry eigen.nobody CONF --- Implement fast 3D orthonormal basis from a single vector 2019-12-04
1626 Eigen Geometry eigen.nobody CONF --- Implement fast re-orthogonalisation of 3D rotation matrices 2019-12-04
1642 Eigen Core - m eigen.nobody CONF --- Implement faster GEMM kernel for AVX512 2019-12-04
1666 Eigen Core - g eigen.nobody CONF --- Scale by power of two when computing stableNorm 2019-12-04
1670 Eigen Core - m eigen.nobody CONF --- Performance degradation of matrix multiplication inside for cycle in 3.3 compared to 3.2 2019-12-04
1677 Eigen Document eigen.nobody CONF --- Update Documentation on how to provide a Custom Scalar 2019-12-04
1705 Eigen Core - v eigen.nobody CONF --- Specifying DEIGEN_ENABLE_AVX512 results in error 2019-12-04
1708 Eigen Core - g eigen.nobody CONF --- Higham-Tisseur Condition Number Estimation 2019-12-04
1711 Eigen Core - g eigen.nobody CONF --- smallvectors unit test fails in C++03 mode 2019-12-04
1712 Eigen Core - m eigen.nobody CONF --- Sub-Optimal code for mixed complex*real products 2019-12-04
1717 Eigen Unsuppor eigen.nobody CONF --- Small change in FFT size results in 100x slower FFT using default backend 2019-12-04
1719 Eigen Sparse eigen.nobody CONF --- sparseqr test fails with seed of 1 2019-12-04
1731 Eigen Core - e eigen.nobody CONF --- Column-wise Lp1 sum resulting in aliased calculation when rows==2 2019-12-04
1735 Eigen Core - g eigen.nobody CONF --- Support non-commutative multiplication "Scalar" types 2019-12-04
1749 Eigen Sparse eigen.nobody CONF --- Support of MKL Sparse BLAS extensions through Eigen. 2019-12-04
1751 Eigen Tests eigen.nobody CONF --- Fix warnings in HIP build 2019-12-04
1759 Eigen Core - m eigen.nobody CONF --- Check whether blocking is worthwhile for custom types 2019-12-04
1772 Eigen Tensor eigen.nobody CONF --- Tensor .select() with mixed tensor/scalar arguments 2019-12-04
58 Eigen Core - g eigen.nobody CONF --- Direct-access type unification 2019-12-04
226 Eigen Core - g eigen.nobody CONF --- In-place transpose 2019-12-04
257 Eigen SVD eigen.nobody CONF --- pseudoinverse 2019-12-04
273 Eigen Sparse eigen.nobody CONF --- Clear row/column of a sparse matrix 2019-12-04
312 Eigen Core - m eigen.nobody CONF --- sub-optimal use of 'haddps' instruction in (vectorized) (4x4)' * (4*1) 2019-12-04
402 Eigen Core - g eigen.nobody CONF --- cleanup boiler-plate code in plugins directory 2019-12-04
784 Eigen Core - m eigen.nobody CONF --- assigning products to traingularView does not warn for size mismatch 2019-12-04
989 Eigen Geometry eigen.nobody CONF --- Quaternion::setFromTwoVectors can few faster 2019-12-04
998 Eigen Document eigen.nobody CONF --- Avoid warnings when generating Doxygen docu 2019-12-04
1329 Eigen Tests eigen.nobody CONF --- More informative testing framework 2019-12-04
1685 Eigen Core - v eigen.nobody CONF --- Vectorize .reverse() and .reverseInPlace() 2019-12-04
1693 Eigen Core - v eigen.nobody CONF --- pexp is inaccurate outside the clamping area 2019-12-04
700 Eigen Unsuppor eigen.nobody CONF --- Extend functionality of polynomial module 2019-12-04
1217 Eigen Tests eigen.nobody CONF --- Add -Wconversion flag to our test-suite 2019-12-04
1758 Eigen Core - g eigen.nobody CONF --- ei_declare_aligned_stack_constructed_variable ignores alignment requirement of custom types 2019-12-04
173 Eigen Core - g eigen.nobody CONF --- Allow to use LAPACK as back-end 2019-12-04
905 Eigen Sparse eigen.nobody NEW --- SparseLU 2019-12-04
1723 Eigen SVD eigen.nobody NEW --- BDCSVD: segmentation faults for some matrices 2019-12-04
1753 Eigen Tensor eigen.nobody NEW --- Tensor concatenate 50x slower than Matrix concat ? 2019-12-04
376 Eigen Core - g eigen.nobody NEW --- orthogonal method 2019-12-04
405 Eigen Core - e eigen.nobody NEW --- Patch to add cwise bit operators to Array 2019-12-04
430 Eigen Eigenval eigen.nobody NEW --- Porting from Eigen 2 to 3 - runtime size assertion with Matrix product 2019-12-04
440 Eigen Unsuppor eigen.nobody NEW --- Support complex types for NonLinearOptimization 2019-12-04
441 Eigen Sparse eigen.nobody NEW --- Implement sparse-triangular solver with a sparse RHS 2019-12-04
444 Eigen Geometry eigen.nobody NEW --- Built-in typedefs for ParametrizedLine and HyperPlane types 2019-12-04
461 Eigen Interope eigen.nobody NEW --- Using MAGMA as backend 2019-12-04
462 Eigen Document eigen.nobody NEW --- Use a better example for Map with InnerStride 2019-12-04
465 Eigen Core - g eigen.nobody NEW --- Missing native support for pow(expr,expr) and pow(scalar,expr) 2019-12-04
474 Eigen General eigen.nobody NEW --- IBM XL 10.01 / Compile errors 2019-12-04
476 Eigen Geometry eigen.nobody NEW --- AlignedBox3d incorrect corners 2019-12-04
497 Eigen LU eigen.nobody NEW --- to change the size of the block LU 2019-12-04
498 Eigen Sparse eigen.nobody NEW --- Aligned Member in PardisoImpl 2019-12-04
513 Eigen Geometry eigen.nobody NEW --- Add FromAxes static function to Quaternion 2019-12-04
516 Eigen Sparse eigen.nobody NEW --- compile error qd_real and Sparse * Sparse 2019-12-04
522 Eigen Eigenval eigen.nobody NEW --- Use relatively robust representation (RRR) algorithm to find eigenvalues and eigenvectors 2019-12-04
527 Eigen Sparse eigen.nobody NEW --- Crash in ConjugateGradient::solve() when expression is given. 2019-12-04
536 Eigen Core - g eigen.nobody NEW --- Lazy evaluation handles transpose expression wrong 2019-12-04
538 Eigen General eigen.nobody NEW --- cmake failure Can't link to the standard math library 2019-12-04
543 Eigen Core - g eigen.nobody NEW --- compile error with assignment operator overloads using XCode clang 421.11.66 compiler 2019-12-04
545 Eigen Sparse eigen.nobody NEW --- building test/umfpack_support_2 fails 2019-12-04
558 Eigen General eigen.nobody NEW --- Release Eigen 3.3 2019-12-04
570 Eigen Sparse eigen.nobody NEW --- SuperLU factorize does always compute full factorization 2019-12-04
574 Eigen Core - g eigen.nobody NEW --- Support for Matrices consisting of fixed-size Blocks 2019-12-04
575 Eigen Sparse eigen.nobody NEW --- cannot access private typedef in sparse_diagonal_product_inner_iterator_selector 2019-12-04
602 Eigen Core - g eigen.nobody NEW --- [Feature request] more functions for the selfadjointView class 2019-12-04
627 Eigen Core - g eigen.nobody NEW --- Eigen does not compile with MSVC without language extensions (/Za) 2019-12-04
629 Eigen Sparse eigen.nobody NEW --- eliminate redundant counter & fix rowmajor version of reserve() 2019-12-04
633 Eigen Core - m eigen.nobody NEW --- Sparse/Dense Matrix/Vector product behaves incorrectly. 2019-12-04
634 Eigen Unsuppor eigen.nobody NEW --- Examples for AutoDiff 2019-12-04
636 Eigen Eigenval eigen.nobody NEW --- Eigen/src/Eigenvalues/EigenSolver.h should pass Scalar typename to cdiv explicitly 2019-12-04
639 Eigen Core - m eigen.nobody NEW --- OpenMP GEMM kernel: possible truncation from long int (Index) to int 2019-12-04
648 Eigen QR eigen.nobody NEW --- Testcases for non-surjective but injective matrices for QR decompositions. 2019-12-04
649 Eigen Sparse eigen.nobody NEW --- colamd always fail when matrix is uncompressed 2019-12-04
652 Eigen Core - v eigen.nobody NEW --- Eigen won't vectorize on Intel C++ compiler with msvc 2010 2019-12-04
656 Eigen Sparse eigen.nobody NEW --- SparseMatrix::resize and ::conservativeResize ignore Eigen::NoChange 2019-12-04
657 Eigen Unsuppor eigen.nobody NEW --- LevenbergMarquardt - lmqrsolv ignores zero entries 2019-12-04
659 Eigen QR eigen.nobody NEW --- SPQR module: error: no matching function for call to ‘Eigen::Map<... 2019-12-04
661 Eigen Househol eigen.nobody NEW --- Stable Householder 2019-12-04
668 Eigen Sparse eigen.nobody NEW --- Extend PastixSupport to support MPI (optionaly) 2019-12-04
671 Eigen Eigenval eigen.nobody NEW --- Nan Eigenvector Components from Zero matrix with ComputationInfo == Success 2019-12-04
675 Eigen Unsuppor eigen.nobody NEW --- Fixed-size FFT cash 2019-12-04
683 Eigen SVD eigen.nobody NEW --- Erro when using SVD with MKL 2013 SP1 2019-12-04
690 Eigen Unsuppor eigen.nobody NEW --- FFT does not work for "Array" and dynamic sized "Matrix" 2019-12-04
693 Eigen General eigen.nobody NEW --- example_BVH_Example segmentation fault 2019-12-04
703 Eigen Unsuppor eigen.nobody NEW --- AutoDiffScalar: using SparseVector to store the derivatives 2019-12-04
706 Eigen Sparse eigen.nobody NEW --- Allowing SparseQR and SparseCholesky to work with MappedSparseMatrix 2019-12-04
710 Eigen Sparse eigen.nobody NEW --- SparseMatrix< shared_ptr<X> > is not working (patch attached) 2019-12-04
716 Eigen Core - e eigen.nobody NEW --- Patch for making CommaInitializer a true expression template 2019-12-04
717 Eigen Core - v eigen.nobody NEW --- Use vectorization to pack matrix operands 2019-12-04
719 Eigen Geometry eigen.nobody NEW --- [Feature Request] non-vector quaternions 2019-12-04
724 Eigen Core - m eigen.nobody NEW --- Use aligned loads/stores whenever possible to speedup the GEBP kernel 2019-12-04
732 Eigen Document eigen.nobody NEW --- Supported Scalar Doc mission 2019-12-04
735 Eigen General eigen.nobody NEW --- Templates issues with cuda 5.5 and visual 2012 (dev branch) 2019-12-04
743 Eigen Sparse eigen.nobody NEW --- No compile-time error for A.row(1).dot(x) for sparse matrix A 2019-12-04
745 Eigen Core - m eigen.nobody NEW --- Memory corruption in test sparse_product_2 2019-12-04
746 Eigen Tests eigen.nobody NEW --- Built-in random number generator for unit tests 2019-12-04
749 Eigen Core - g eigen.nobody NEW --- Enable resize() on Maps when rows*cols doesn't change 2019-12-04
756 Eigen Unsuppor eigen.nobody NEW --- M.log().exp() != M for random 3x3 double matrix 2019-12-04
764 Eigen Unsuppor eigen.nobody NEW --- KnotAveraging should not assume input knots within [0, 1] 2019-12-04
765 Eigen Tests eigen.nobody NEW --- Running the LAPACK test suite 2019-12-04
773 Eigen Core - g eigen.nobody NEW --- Provide eigen-config.cmake 2019-12-04
788 Eigen Core - g eigen.nobody NEW --- Improved the sanity checks done by the BLAS API 2019-12-04
794 Eigen General eigen.nobody NEW --- Lots of warnings on VC++ 2019-12-04
798 Eigen Sparse eigen.nobody NEW --- SparseQR<SparseMatrix<double> >::factorize() hits assertion failure on uncompressed input matrix 2019-12-04
805 Eigen Document eigen.nobody NEW --- Suggestion: another aligned pointer work around avoiding EIGEN_MAKE_ALIGNED_OPERATOR_NEW 2019-12-04
813 Eigen Core - g eigen.nobody NEW --- Improving static_asserts 2019-12-04
816 Eigen Sparse eigen.nobody NEW --- LDLT for sparse, semi-definite symmetric matrices 2019-12-04
831 Eigen LU eigen.nobody NEW --- Add a dense LU factorization with rook-pivoting 2019-12-04
851 Eigen General eigen.nobody NEW --- Unable to make benchmark suite with relative path to source 2019-12-04
856 Eigen Unsuppor eigen.nobody NEW --- Add comment string to output of matrices in MatrixMarket format. 2019-12-04
871 Eigen General eigen.nobody NEW --- gcc fail to compile PacketMath.h 2019-12-04
892 Eigen General eigen.nobody NEW --- CMake: add pkg-config file for "uninstalled" case 2019-12-04
926 Eigen Unsuppor eigen.nobody NEW --- Patch: Improved GMRES Implementation 2019-12-04
930 Eigen Unsuppor eigen.nobody NEW --- Add MeasureCacheSizes unsupported module as fallback when CPU caches can't be queried 2019-12-04
931 Eigen Core - m eigen.nobody NEW --- Fix tracking and use of cache sizes 2019-12-04
934 Eigen Core - e eigen.nobody NEW --- In-place solver 2019-12-04
937 Eigen Core - m eigen.nobody NEW --- Tracking: improve and fully undertand product blocking sizes selection 2019-12-04
940 Eigen General eigen.nobody NEW --- configure fails with MSVC 2013 Community Edition(DartConfiguration.tcl not generated) 2019-12-04
1023 Eigen Unsuppor eigen.nobody NEW --- Eigen Matrix and Vector multiplication parallization 2019-12-04
1034 Eigen Core - g eigen.nobody NEW --- VS2013 boost mpi serialization of shared_prt<ArrayXd> 2019-12-04
1079 Eigen Core - g eigen.nobody NEW --- Bad practice w/errno causes compilation issue 2019-12-04
1081 Eigen Core - m eigen.nobody NEW --- Multiple files: Implicit conversion changes signedness: 'int' to 'unsigned int' (Xcode 7.0.1 | OS X 10.10.5) 2019-12-04
1082 Eigen Tensor eigen.nobody NEW --- TensorRef with fixed size eigen type : TensorLazyEvaluatorReadOnly 2019-12-04
1084 Eigen Tensor eigen.nobody NEW --- Allow custom type for indices in member functions in Tensor class 2019-12-04
1087 Eigen Core - g eigen.nobody NEW --- Returning by const value prohibits r-value optimizations. 2019-12-04
1121 Eigen Sparse eigen.nobody NEW --- Using SPQR as SparseQR for nullspace computation 2019-12-04
1133 Eigen General eigen.nobody NEW --- Refactor Eigen for CMake subproject use. 2019-12-04
1159 Eigen Core - g eigen.nobody NEW --- Fine tuning of the evaluation on a per expression basis 2019-12-04
1169 Eigen Core - m eigen.nobody NEW --- thread local storage for the Eigen thread count 2019-12-04
1171 Eigen Tensor eigen.nobody NEW --- Add Static assertion while assigning to rank zero reductionOperation output 2019-12-04
1192 Eigen Sparse eigen.nobody NEW --- SparseMatrix::InnerIterator is missing comparison operators 2019-12-04
1239 Eigen Core - g eigen.nobody NEW --- FastMath tests fail with clang 2019-12-04
1254 Eigen Tensor eigen.nobody NEW --- Adding dummy constructor in file "TensorDeviceThreadPool.h" for struct "ThreadPoolDevice" 2019-12-04
1257 Eigen Core - g eigen.nobody NEW --- Support for custom scalar types with expression templates in numext 2019-12-04
1259 Eigen Core - v eigen.nobody NEW --- Avoid conflicts with Intel Short Vector Math Library 2019-12-04
1318 Eigen Geometry eigen.nobody NEW --- More robust quaternion from matrix 2019-12-04
1342 Eigen Core - v eigen.nobody NEW --- Performance regression in Eigen 3.3.0 for sub-vector access 2019-12-04
1349 Eigen Core - v eigen.nobody NEW --- Some compiler options, macros, version upgrades can break binary compatibility. Documentation should warn about this. 2019-12-04
1350 Eigen Tensor eigen.nobody NEW --- Building with Android LLVM STL library causes build error in EventCount.h 2019-12-04
1352 Eigen Core - e eigen.nobody NEW --- Generalize replicate(.) to block diagonal replication 2019-12-04
1354 Eigen Unsuppor eigen.nobody NEW --- GMP rationals support 2019-12-04
1357 Eigen Tensor eigen.nobody NEW --- The following code compiles but gives assertion on Linux 2019-12-04
1364 Eigen Core - m eigen.nobody NEW --- GEMM: Allocate memory for blocks only once 2019-12-04
1365 Eigen Core - v eigen.nobody NEW --- Slowdown when switching from Eigen 3.2.10 to Eigen 3.3.1 2019-12-04
1366 Eigen Core - g eigen.nobody NEW --- TriangularView<Derived, UnitLower>::coeff() does not return 1.0 for diagonal entries 2019-12-04
1374 Eigen Sparse eigen.nobody NEW --- Sane Iterator for Eigen::SparseMatrix 2019-12-04
1377 Eigen Sparse eigen.nobody NEW --- Extracting Q matrix from SPQR produces compile error 2019-12-04
1398 Eigen Core - e eigen.nobody NEW --- Compilation error when using triangular view 2019-12-04
1399 Eigen Tensor eigen.nobody NEW --- Tensor contraction operates on uninitialized scalars 2019-12-04
1404 Eigen Sparse eigen.nobody NEW --- Handle += and -= updates in sparse-sparse products 2019-12-04
1407 Eigen Sparse eigen.nobody NEW --- Four-Matrix Sparse Multiply Doesn't Work 2019-12-04
1415 Eigen Core - g eigen.nobody NEW --- Cuda: Calling some Eigen methods failing with Address 0x00000000 is out of bounds 2019-12-04
1416 Eigen Core - g eigen.nobody NEW --- Implement mixed type for operator::*=(scalar) 2019-12-04
1418 Eigen Tensor eigen.nobody NEW --- Benchmark vs NNPACK (and improve where possible) 2019-12-04
1420 Eigen Sparse eigen.nobody NEW --- Sparse matrix assembly from sub-sparse matrices 2019-12-04
1421 Eigen Core - g eigen.nobody NEW --- Use of "long long" in Core/arch/CUDA/Half.h 2019-12-04
1425 Eigen Core - g eigen.nobody NEW --- Add pow functions with compile time exponent 2019-12-04
1431 Eigen Core - g eigen.nobody NEW --- AVX512: btl_eigen3_adv crashes with unaligned memory access 2019-12-04
1434 Eigen General eigen.nobody NEW --- Optional matrix balancing prior to matrix decompositions 2019-12-04
1441 Eigen Core - g eigen.nobody NEW --- Warnings when compiling with NVCC 8.0.61 2019-12-04
1444 Eigen Tests eigen.nobody NEW --- some tests failed 2019-12-04
1450 Eigen Core - g eigen.nobody NEW --- Error while compiling any Eigen code with nvcc 2019-12-04
1452 Eigen Core - g eigen.nobody NEW --- [feature] git mirror request 2019-12-04
1459 Eigen Tensor eigen.nobody NEW --- Compilation Error: Unnecessary Template declaration in TensorStorage 2019-12-04
1463 Eigen Sparse eigen.nobody NEW --- SparseQR not copyable anymore 2019-12-04
1467 Eigen General eigen.nobody NEW --- CMake configure error when cross-compiling for QNX 2019-12-04
1468 Eigen Core - g eigen.nobody NEW --- Cross-compilation failure with qcc for QNX due to missing header inclusion 2019-12-04
1470 Eigen Eigenval eigen.nobody NEW --- SelfAdjointEigenSolver crashes when running with cuda 2019-12-04
1471 Eigen Core - g eigen.nobody NEW --- (Visual Studio 2015) wiseMin and cwiseMax functions crash at runtime when built in release mode 2019-12-04
1473 Eigen Core - g eigen.nobody NEW --- Compiler warning: comparison of integers of different signs 2019-12-04
1475 Eigen Tensor eigen.nobody NEW --- Issue with static global variables in TensorDeviceCuda 2019-12-04
1476 Eigen Eigenval eigen.nobody NEW --- SelfAdjointEigenSolver gives wrong results for RowMajor matrices when using MKL 2019-12-04
1477 Eigen Cholesky eigen.nobody NEW --- llt_rank_update_lower uses dynamic matrix type where it is not always needed. 2019-12-04
1480 Eigen Sparse eigen.nobody NEW --- Sparse routines do not properly support AD scalar types 2019-12-04
1481 Eigen Core - m eigen.nobody NEW --- Big matrix multiplicaton crashes when linking against Xenomai 3 2019-12-04
1482 Eigen Core - m eigen.nobody NEW --- Big matrix multiplicaton crashes when linking against Xenomai 3 2019-12-04
1483 Eigen Unsuppor eigen.nobody NEW --- FFTW FFT implementation is not thread safe. 2019-12-04
1487 Eigen Sparse eigen.nobody NEW --- cwise Operations 2019-12-04
1488 Eigen Eigenval eigen.nobody NEW --- eigensolver gives complex eigenvectors for hyperbolic matrix 2019-12-04
1489 Eigen Core - g eigen.nobody NEW --- Issues found by PVS-Studio static code analyzer 2019-12-04
1492 Eigen Core - g eigen.nobody NEW --- Packet access for Replicate expressions 2019-12-04
1505 Eigen Core - g eigen.nobody NEW --- Allow custom define of EIGEN_ALWAYS_INLINE and EIGEN_DONT_INLINE 2019-12-04
1507 Eigen General eigen.nobody NEW --- PaStiX support maintenance 2019-12-04
1508 Eigen General eigen.nobody NEW --- MUMPS support 2019-12-04
1511 Eigen SVD eigen.nobody NEW --- compilation fails for BDCSVD on intel compilers 2019-12-04
1519 Eigen Core - g eigen.nobody NEW --- Cannot construct a Vector/Matrix object from an indexed view of vector/matrix expressions such as VectorXd::Ones, MatrixXd::Identity 2019-12-04
1536 Eigen Core - e eigen.nobody NEW --- Assign double times selfadjointview at to sparseMatrix does not compile 2019-12-04
1537 Eigen Unsuppor eigen.nobody NEW --- Using the same FFT object with real and complex input fails when using FFTW 2019-12-04
1539 Eigen Core - g eigen.nobody NEW --- Eigen GDB pretty printer does not work for Eigen::Block types 2019-12-04
1542 Eigen Core - g eigen.nobody NEW --- gcc-6 function multiple version didn't work with Eigen (target_clones) 2019-12-04
1552 Eigen Core - g eigen.nobody NEW --- Enhancement : Adding support for ROCm/HIP in Eigen (analogous to the existing CUDA support) 2019-12-04
1556 Eigen Tests eigen.nobody NEW --- heap corruptions for some tests using clang-cl on windows 2019-12-04
1559 Eigen Core - v eigen.nobody NEW --- Quaternion performance degradation on Power VSX 2019-12-04
1563 Eigen Sparse eigen.nobody NEW --- Specific input to sparse QR solve produces erroneous result 2019-12-04
1568 Eigen Core - g eigen.nobody NEW --- Add a fast stack-like allocator for tempories 2019-12-04
1583 Eigen Core - e eigen.nobody NEW --- Requiring C++14 for setting EIGEN_HAS_CONSTEXPR is too strict 2019-12-04
1588 Eigen SVD eigen.nobody NEW --- BDCSVD fails on Intel Compiler 18 2019-12-04
1591 Eigen Tensor eigen.nobody NEW --- EigenTensor evalGemm to use MKL batched gemm if MKL on 2019-12-04
1597 Eigen Tensor eigen.nobody NEW --- cxx11_tensor_reduction fails non-deterministic 2019-12-04
1601 Eigen Tensor eigen.nobody NEW --- Tensor chips(IndexList offsets, Index dim) 2019-12-04
1608 Eigen General eigen.nobody NEW --- 3.x weak blockers 2019-12-04
1613 Eigen Unsuppor eigen.nobody NEW --- unsupported matrix log (M.log()) can hang when the operation is undefined 2019-12-04
1627 Eigen Tensor eigen.nobody NEW --- Slow Tensor shuffle vs Matrix transpose 2019-12-04
1628 Eigen Tensor eigen.nobody NEW --- Slow Tensor max reduction vs Matrix 2019-12-04
1640 Eigen General eigen.nobody NEW --- Faulty/missing SPF configuration causes bugtracker emails to be classified as spam 2019-12-04
1645 Eigen Eigenval eigen.nobody NEW --- Extend direct 3x3 eigenvalues for complex (self-adjoint) 2019-12-04
1648 Eigen Tensor eigen.nobody NEW --- Slow Tensor gemv vs Matrix 2019-12-04
1649 Eigen Core - v eigen.nobody NEW --- Support for CUDA pitched memory allocation and access 2019-12-04
1657 Eigen Tensor eigen.nobody NEW --- Matrix vs Tensor benchmark 2019-12-04
1662 Eigen Core - e eigen.nobody NEW --- Add a lazyEval() 2019-12-04
1663 Eigen Core - e eigen.nobody NEW --- Reducing copies of nestByValue() 2019-12-04
1673 Eigen General eigen.nobody NEW --- Debug mode is unusably slow 2019-12-04
1680 Eigen Core - g eigen.nobody NEW --- More VS EIGEN_STRONG_INLINE and VS code performance 2019-12-04
1682 Eigen Core - v eigen.nobody NEW --- Fine tune vectorization of LinSpaced for complex numbers 2019-12-04
1683 Eigen General eigen.nobody NEW --- Release Eigen 3.5 2019-12-04
1686 Eigen General eigen.nobody NEW --- Failing tests with -ffast-math -funsafe-math-optimizations 2019-12-04
1688 Eigen Geometry eigen.nobody NEW --- Perf issue with quat*vec3 with double and GCC 2019-12-04
1694 Eigen Core - g eigen.nobody NEW --- Add support for log and pow of complex numbers on GPUs 2019-12-04
1696 Eigen Sparse eigen.nobody NEW --- Crash on AMD ordering (called by SimplicialLDLT::analyzePattern) 2019-12-04
1701 Eigen Core - g eigen.nobody NEW --- Add Hygon Dhyana support to fix queryCacheSizes() get incorrect cache size bug 2019-12-04
1704 Eigen General eigen.nobody NEW --- Eigen_assert fails when instantiating an Eigen::ConjugateGradient object with fixed-size matrices 2019-12-04
1713 Eigen Geometry eigen.nobody NEW --- Comparison between two quaternions modulo 2*pi 2019-12-04
1725 Eigen General eigen.nobody NEW --- Slow MSVC compile times 2019-12-04
1726 Eigen Jacobi eigen.nobody NEW --- Jacobi module does not compile on old NVCC / CUDA 6.5 2019-12-04
1730 Eigen Core - m eigen.nobody NEW --- Inconsistent behaviour when multiplying CWiseUnaryViews 2019-12-04
1732 Eigen SVD eigen.nobody NEW --- JacobiSVD_LAPACKE uses gesvd instead of gejsv 2019-12-04
1734 Eigen Core - g eigen.nobody NEW --- macOS (built-in) LLVM/Clang compiler crash with OpenMP 2019-12-04
1739 Eigen Eigenval eigen.nobody NEW --- GeneralizedSelfAdjointEigenSolver not preallocating all internal data 2019-12-04
1754 Eigen Sparse eigen.nobody NEW --- sparseView returns invalid sparse matrix 2019-12-04
1757 Eigen Core - g eigen.nobody NEW --- Requesting change to code comments 2019-12-04
1760 Eigen Core - e eigen.nobody NEW --- Support for products of double and {Eigen type}<adtl::adouble> 2019-12-04
1773 Eigen Tensor eigen.nobody NEW --- variance of a Tensor 2019-12-04
1780 Eigen Tests eigen.nobody NEW --- half_float test fails with modern CPU features enabled 2019-12-04
1327 Eigen Core - g eigen.nobody NEW --- Additional formatting options in text IO 2019-12-04
1564 Eigen Core - m eigen.nobody NEW --- Internal compiler error when using matrix multiplication (MSVC 2010) 2019-12-04
19 Eigen SVD eigen.nobody NEW --- add pivoting variant of householder-based SVD 2019-12-04
68 Eigen QR eigen.nobody NEW --- Blocked ColPivHouseholderQR 2019-12-04
69 Eigen Househol eigen.nobody NEW --- HouseholderSequence methods to construct matrices 2019-12-04
101 Eigen SVD eigen.nobody NEW --- Investigate newer JacobiSVD techniques 2019-12-04
178 Eigen Core - e eigen.nobody NEW --- Remove const on nested expressions, and remove const_cast in mutators 2019-12-04
209 Eigen Core - g eigen.nobody NEW --- support for CSV format I/O 2019-12-04
230 Eigen Sparse eigen.nobody NEW --- ARPACK support 2019-12-04
233 Eigen General eigen.nobody NEW --- Public BandMatrix functionality wish list 2019-12-04
234 Eigen Unsuppor eigen.nobody NEW --- Autodiff missing operators, functions, ... 2019-12-04
236 Eigen QR eigen.nobody NEW --- qr_colpivoting_3 fails sometimes for rank 1 matrices. 2019-12-04
244 Eigen Core - e eigen.nobody NEW --- no ColsAtCompileTime in Eigen::Transform, needed by inverse_impl 2019-12-04
246 Eigen Core - g eigen.nobody NEW --- .diagonal() for Array's 2019-12-04
247 Eigen Geometry eigen.nobody NEW --- Umeyama transform doesn't support weighting 2019-12-04
252 Eigen Unsuppor eigen.nobody NEW --- FFT module should use DenseBase 2019-12-04
255 Eigen Core - g eigen.nobody NEW --- Get CMake to include FindEigen*.cmake in its distribution 2019-12-04
261 Eigen General eigen.nobody NEW --- CPack patches for generating binary installers 2019-12-04
263 Eigen Core - g eigen.nobody NEW --- Anonymous enums not usable enough 2019-12-04
275 Eigen Core - m eigen.nobody NEW --- Patch: Kronecker tensor product 2019-12-04
285 Eigen Sparse eigen.nobody NEW --- Compute only one half of a Sparse*Sparse product 2019-12-04
287 Eigen Househol eigen.nobody NEW --- Annoying warnings in ColPivHouseholderQR with MSVC x64 2019-12-04
290 Eigen General eigen.nobody NEW --- Many tests fails on some exotic systems 2019-12-04
291 Eigen Core - g eigen.nobody NEW --- Missing Aliasing assert or a bug 2019-12-04
295 Eigen QR eigen.nobody NEW --- ColPivHouseholderQR does not really use user specified threshold 2019-12-04
296 Eigen Geometry eigen.nobody NEW --- Add a solve method to ParametrizedLine and Hyperplane 2019-12-04
299 Eigen Core - g eigen.nobody NEW --- Sort function for matrices and vectors returning indices as well 2019-12-04
301 Eigen Geometry eigen.nobody NEW --- ParametrizedLine origin assumptions affect isApprox 2019-12-04
303 Eigen Core - e eigen.nobody NEW --- bigMat.block(...).array()*mat.array() is slower than mat.array()*mat.array() 2019-12-04
304 Eigen Sparse eigen.nobody NEW --- swap rows/cols for sparse matrices 2019-12-04
305 Eigen Sparse eigen.nobody NEW --- .block() not implemented for sparse matrices 2019-12-04
307 Eigen Document eigen.nobody NEW --- Documentation: missing pages linked from tutorial page 1 2019-12-04
308 Eigen Document eigen.nobody NEW --- Documentation: missing "user-defined reductions" section in tutorial 2019-12-04
310 Eigen General eigen.nobody NEW --- ParametrizedLine should have an intersection and intersectionPoint method for intersecting with another line 2019-12-04
327 Eigen General eigen.nobody NEW --- Feature proposal: convolution 2019-12-04
331 Eigen General eigen.nobody NEW --- Release 4.0 2019-12-04
334 Eigen Sparse eigen.nobody NEW --- Implement LU, ILU0 and solve in SparseExtra 2019-12-04
339 Eigen Core - g eigen.nobody NEW --- Make headers self-containing 2019-12-04
344 Eigen Core - g eigen.nobody NEW --- Diagonal lacks the data() method 2019-12-04
346 Eigen Document eigen.nobody NEW --- 2 pages with unsupported modules, only 1 fully functional 2019-12-04
351 Eigen General eigen.nobody NEW --- Fixed path in pkg-config control file eigen2.pc breaks cross-compiling 2019-12-04
357 Eigen Core - v eigen.nobody NEW --- Poor fixed-size vectorizable performance with MSVC 2010 2019-12-04
364 Eigen Core - g eigen.nobody NEW --- Wishlist for extended functionality 2019-12-04
198 Eigen General eigen.nobody UNCO --- SunCC support 2019-12-04
1267 Eigen Core - m eigen.nobody UNCO --- Unknown allocation in code which should not allocate any memory 2019-12-04
1292 Eigen Tensor eigen.nobody UNCO --- cxx11_tensor_of_float16_cuda_3 failure 2019-12-04
1540 Eigen Geometry eigen.nobody UNCO --- Transform API not completely compatible with ceres::Jet scalar types 2019-12-04
1647 Eigen Tensor eigen.nobody UNCO --- ICE in unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h 2019-12-04
1715 Eigen Geometry eigen.nobody UNCO --- Specifying angle ranges for euler angles from Matrix3 2019-12-04
1179 Eigen Sparse dm.zhdanov REVI --- Hypersparse matrix class proposal 2019-12-04
530 Eigen Sparse desire.nuentsa_wakam ASSI --- Incomplete Cholesky conjugate gradient method 2019-12-04
576 Eigen Sparse desire.nuentsa_wakam NEW --- Sparse reductions 2019-12-04
596 Eigen Sparse desire.nuentsa_wakam NEW --- SparseQR matrixQ() to plain SparseMatrix 2019-12-04
662 Eigen QR desire.nuentsa_wakam NEW --- Lapack APIs to Eigen QR 2019-12-04
97 Eigen Core - g christoph-keller DECI --- Using comparisons of the Vector Engine 2019-12-04
98 Eigen Core - m christoph-keller DECI --- SoA support in Eigen 2019-12-04
455 bugs found.

as