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-29 16:10:08 +00:00
2008-09-03 10:34:05 +00:00
2008-08-28 21:44:56 +00:00
2008-09-01 06:33:19 +00:00
2008-08-20 04:34:04 +00:00
Description
No description provided
MPL-2.0 117 MiB
Languages
C++ 85%
Fortran 8.6%
C 2.8%
CMake 1.9%
Cuda 1.2%
Other 0.4%