This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Thu Mar 28 2024 08:42:45 UTC
Hide Search Description
86 bugs found.
ID Product Comp Assignee Status Resolution Summary Changed
100 Eigen Core - g gael.guennebaud DECI --- Finalize the array-as-scalar feature 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
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
86 bugs found.

as