mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-31 19:00:35 +08:00
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")
Description
Languages
C++
85%
Fortran
8.6%
C
2.8%
CMake
1.9%
Cuda
1.2%
Other
0.4%