
Definition in file LinearAlgebraFlags.H.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef int | SvdFlag |
Enumerations | |
| enum | SvdAlgo { SVD_LAPACK, SVD_GSL } |
Variables | |
| const SvdFlag | SVD_FULL = (1 << 0) |
| compute the full svd including nullspace | |
| const SvdFlag | SVD_TALL = (1 << 1) |
| use algorithm optimized for tall matrices | |
|
|
Definition at line 41 of file LinearAlgebraFlags.H. |
|
|
compute the full svd including nullspace
Definition at line 49 of file LinearAlgebraFlags.H. Referenced by Image_xx_svd_full_xx_1(), lapack::svd(), gsl::svd(), and lapack::svdf(). |
|
|
use algorithm optimized for tall matrices
Definition at line 50 of file LinearAlgebraFlags.H. Referenced by Image_xx_svd_gsl_xx_1(), svd(), gsl::svd(), and svdf(). |
1.4.4