eigen/Eigen/src
Gael Guennebaud 59dc1da5bf Add a Select expression in the Array module which mimics a coeff-wise ?: operator.
Example:
  mat = (mat.cwise().abs().cwise() < Ones()).select(0,mat);
replaces all small values by 0. (the scalar version is "s = abs(s)<1 ? 0 : s")
2008-09-03 17:16:28 +00:00
..
Array Add a Select expression in the Array module which mimics a coeff-wise ?: operator. 2008-09-03 17:16:28 +00:00
Cholesky * bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky 2008-08-23 15:14:20 +00:00
Core Add a Select expression in the Array module which mimics a coeff-wise ?: operator. 2008-09-03 17:16:28 +00:00
Geometry Solve a big issue with data alignment and dynamic allocation: 2008-09-03 00:32:56 +00:00
LU compilation fixes with MSVC 2008-09-03 11:26:19 +00:00
QR spelling + some krazy directives 2008-08-28 21:44:56 +00:00
Regression The discussed changes to Hyperplane, the ParametrizedLine class, and the 2008-08-31 04:25:30 +00:00
Sparse resurrected sparse triangular solver 2008-09-02 19:55:26 +00:00
SVD trivial compilation fix in SVD 2008-09-03 15:52:44 +00:00
CMakeLists.txt * Fix CMakeLists.txt issue with SVD 2008-08-20 15:58:01 +00:00