eigen/Eigen
Jitse Niesen c21390a611 Define non-const operator() in Reverse; enable test for this.
Introduction of DenseCoeffBase (revision bfdc1c4973
) meant that non-const
operator() is only defined if DirectAccess is set. This caused the line
"m.reverse()(1,0) = 4;" in MatrixBase_reverse.cpp to fail at compile-time.
Not sure this is correct solution; perhaps we should disallow this? Or make
Reverse DirectAccess with a negative stride - would that break something?
2010-05-31 14:42:04 +01:00
..
src Define non-const operator() in Reverse; enable test for this. 2010-05-31 14:42:04 +01:00
Array
Cholesky
CMakeLists.txt fix installation of global headers in case the src path contains 'src' 2010-05-08 17:55:55 -04:00
Core clang/llvm is now good enough. I can compile a project using those (one of 2010-05-21 02:03:43 +02:00
Dense kill the LeastSquares module. 2010-04-29 10:40:52 -04:00
Eigen
Eigen2Support add minor to Eigen2Support 2010-04-22 20:49:01 -04:00
Eigenvalues Update eigenvalues() and operatorNorm() methods in MatrixBase. 2010-05-24 17:43:50 +01:00
Geometry
Householder
Jacobi
LU
QR
QtAlignedMalloc
Sparse
StdList Fixed two bad errors on std::vector. 2010-04-21 18:21:46 +02:00
StdVector Fixed two bad errors on std::vector. 2010-04-21 18:21:46 +02:00
SVD