Eigen  3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)

Detailed Description

This module provides SVD decomposition for matrices (both real and complex). Two decomposition algorithms are provided:

#include <Eigen/SVD>

Classes

class  Eigen::BDCSVD< MatrixType_, Options_ >
 class Bidiagonal Divide and Conquer SVD More...
 
class  Eigen::JacobiSVD< MatrixType_, Options_ >
 Two-sided Jacobi SVD decomposition of a rectangular matrix. More...
 
class  Eigen::SVDBase< Derived >
 Base class of SVD algorithms. More...