SVD module
Detailed Description
- Warning:
- This is not considered to be part of the stable public API yet. Changes may happen in future releases. See Experimental parts of Eigen
This module provides
SVD decomposition for (currently) real matrices. This decomposition is accessible via the following
MatrixBase method:
|
Classes |
class | SVD |
| Standard SVD decomposition of a matrix and associated features. More...
|