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
..
2008-08-28 17:33:27 +00:00
LU
2008-08-11 21:26:37 +00:00
SVD
2008-08-19 20:18:46 +00:00