This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Thu Mar 28 2024 13:55:12 UTC
Hide Search Description
78 bugs found.
ID Product Comp Assignee Status Resolution Summary Changed
596 Eigen Sparse desire.nuentsa_wakam NEW --- SparseQR matrixQ() to plain SparseMatrix 2019-12-04
1318 Eigen Geometry eigen.nobody NEW --- More robust quaternion from matrix 2019-12-04
1404 Eigen Sparse eigen.nobody NEW --- Handle += and -= updates in sparse-sparse products 2019-12-04
1294 Eigen Core - m eigen.nobody CONF --- RowMajor Matrix-Vector mul x10 slower than ColMajor 2019-12-04
458 Eigen Geometry eigen.nobody CONF --- Quaternion to rotation matrix 2019-12-04
520 Eigen Core - g eigen.nobody CONF --- DiagonalMatrix interface lacking 2019-12-04
663 Eigen Core - g eigen.nobody CONF --- Permit NoChange in setZero, setOnes, setConstant, setRandom 2019-12-04
1574 Eigen Core - g eigen.nobody CONF --- Adding a diagonal matrix to a sparse matrix causes assertion failed 2019-12-04
312 Eigen Core - m eigen.nobody CONF --- sub-optimal use of 'haddps' instruction in (vectorized) (4x4)' * (4*1) 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
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
610 Eigen Core - g eigen.nobody DECI --- Unsupported operations like "Matrix3d::Identity() op vector3d.asDiagonal()" 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
1017 Eigen Househol eigen.nobody DECI --- Tridiagonalization often generates non-unitarian Q-matrix for rank-deficient input 2019-12-04
1209 Eigen Geometry eigen.nobody DECI --- No conversion from Eigen::Translation or Eigen::Rotation2D to Eigen::Transform 2019-12-04
1244 Eigen Geometry eigen.nobody DECI --- quaternion exponential logarithm 2019-12-04
1684 Eigen Core - g eigen.nobody DECI --- array_reverse fails with clang >=6 + AVX + -O2 2019-12-04
407 Eigen General eigen.nobody DECI --- Return more information if matrix decomposition fails 2019-12-04
747 Eigen Core - g eigen.nobody REVI --- Allow for negative stride 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
556 Eigen General eigen.nobody REOP --- Matrix multiplication crashes using mingw 4.7 2019-12-04
1555 Eigen Core - v eigen.nobody REOP --- Eigen 3.3.4 compilation fails on xlc 2019-12-04
99 Eigen Core - e eigen.nobody RESO FIXE Expression evaluator 2019-12-04
329 Eigen General eigen.nobody RESO FIXE Feature request: Ability to get a "view" into a sub-matrix by indexing it with a vector or matrix of indices 2019-12-04
1543 Eigen Core - e eigen.nobody RESO FIXE "Fix linear indexing in generic block evaluation" breaks Matrix*Diagonal*Vector product 2019-12-04
426 Eigen Core - g eigen.nobody RESO FIXE Behavior of sum() for Matrix<bool> is unexpected and confusing 2019-12-04
505 Eigen Core - m eigen.nobody RESO WONT Assert if temporary objects that are still referred to get destructed (was: Misbehaving Product on C++11) 2019-12-04
758 Eigen Geometry eigen.nobody RESO FIXE operator* allows premultiplication of a Quaterniond by a scalar and returns invalid results 2019-12-04
825 Eigen Document eigen.nobody RESO FIXE Explicitly warn about pitfalls with the auto keyword in C++11 2019-12-04
1664 Eigen Core - m eigen.nobody RESO FIXE dot product with single column block fails with new static checks 2019-12-04
1195 Eigen Core - e benoit.steiner.goog RESO FIXE vectorization_logic fails: Matrix3().cwiseQuotient(Matrix3()) expected CompleteUnrolling, got NoUnrolling 2019-12-04
1306 Eigen Core - v benoit.steiner.goog RESO FIXE Add support for AVX512 to Eigen 2019-12-04
388 Eigen Core - e eigen.nobody RESO FIXE Runtime failure in 'evalutors' test on 3.1.0-alpha1 using Intel 11.1 2019-12-04
437 Eigen Core - g eigen.nobody RESO FIXE [feature request] Add Reshape Operation 2019-12-04
645 Eigen Eigenval eigen.nobody RESO FIXE GeneralizedEigenSolver: missing computation of eigenvectors 2019-12-04
720 Eigen Core - g eigen.nobody RESO WONT Gaussian NullaryExpr 2019-12-04
751 Eigen Sparse eigen.nobody RESO FIXE Make AMD Ordering numerically more robust 2019-12-04
864 Eigen Core - g eigen.nobody RESO FIXE C++11 alias templates for commonly used types 2019-12-04
899 Eigen Sparse eigen.nobody RESO FIXE SparseQR occasionally fails for under-determined systems 2019-12-04
1014 Eigen Eigenval eigen.nobody RESO FIXE Eigenvalues 3x3 matrix 2019-12-04
1194 Eigen LU eigen.nobody RESO FIXE Improve det4x4 2019-12-04
1221 Eigen General eigen.nobody RESO FIXE I get tons of error since my distribution upgraded to GCC 6.1.1 2019-12-04
1286 Eigen Core - g eigen.nobody RESO FIXE Automatically adjust the prototype of functors for CwiseNullaryOp 2019-12-04
1305 Eigen Core - e eigen.nobody RESO FIXE Implementation of additional component-wise unary functions 2019-12-04
1312 Eigen Geometry eigen.nobody RESO FIXE AngleAxis from QuaternionBase , better precision 2019-12-04
1373 Eigen Core - v eigen.nobody RESO FIXE Inconsistent handling of NaNs by pmax/pmin 2019-12-04
1409 Eigen Core - v eigen.nobody RESO FIXE Add support for C++17 operator new alignment 2019-12-04
1453 Eigen Core - g eigen.nobody RESO FIXE Strange behavior for Matrix::Map, if only InnerStride is provided 2019-12-04
1493 Eigen QR eigen.nobody RESO FIXE dense Q extraction and solve is sometimes erroneous for complex matrices 2019-12-04
1544 Eigen Sparse eigen.nobody RESO FIXE SparseQR generates incorrect Q matrix in complex case 2019-12-04
1557 Eigen Eigenval eigen.nobody RESO FIXE Fail to compute eigenvalues for a simple 3x3 companion matrix for root finding 2019-12-04
1585 Eigen Core - e eigen.nobody RESO FIXE Matrix product is repeatedly evaluated when iterating over the product expression 2019-12-04
1611 Eigen Core - v eigen.nobody RESO FIXE NEON: plog(+/-0) should return -inf and not NaN 2019-12-04
1615 Eigen Core - m eigen.nobody RESO FIXE Performance of (aliased) matrix multiplication with fixed size 3x3 matrices slow 2019-12-04
1619 Eigen Core - g eigen.nobody RESO FIXE const_iterator vs iterator compilation error 2019-12-04
1637 Eigen Core - m eigen.nobody RESO FIXE Register spilling with recent gcc & clang 2019-12-04
1643 Eigen Core - g eigen.nobody RESO FIXE Compilation failure 2019-12-04
1652 Eigen Core - v eigen.nobody RESO FIXE Corner cases in SIMD sin/cos 2019-12-04
1669 Eigen Core - g eigen.nobody RESO FIXE Zero-sized matrices generate assertion failures 2019-12-04
1674 Eigen Core - g eigen.nobody RESO FIXE SIMD sin/cos gives wrong results with -ffast-math 2019-12-04
1692 Eigen Core - g eigen.nobody RESO FIXE pass enumeration argument to constructor of VectorXd 2019-12-04
96 Eigen Core - g gael.guennebaud RESO WONT Clean internal::result_of 2019-12-04
1340 Eigen Core - m val.roussellet RESO FIXE Add operator + to sparse matrix iterator 2019-12-04
977 Eigen Core - g deanna.m.hood RESO FIXE Add stable versions of normalize() and normalized() 2019-12-04
231 Eigen Interope eigen.nobody RESO FIXE STL compatible iterators 2019-12-04
632 Eigen Sparse eigen.nobody RESO FIXE Optimize addition/subtraction of sparse and dense matrices/vectors 2019-12-04
1001 Eigen Core - m eigen.nobody RESO WONT infer dimensions of Dynamic-sized temporaries from the entire expression (if possible) 2019-12-04
1046 Eigen Interope eigen.nobody RESO FIXE fixed matrix types do not report correct alignment requirements 2019-12-04
65 Eigen Core - g gael.guennebaud RESO FIXE Core - optimize partial reductions 2019-12-04
360 Eigen Core - g eigen.nobody RESO FIXE Adding `value_type` nested-type to `EigenBase` 2019-12-04
1049 Eigen Core - g eigen.nobody RESO WORK std::make_shared fails to fulfill structure aliment 2019-12-04
64 Eigen Tests eigen.nobody RESO DUPL Tests : precision-oriented tests 2019-12-04
78 bugs found.

as