mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
missing SVD header file
This commit is contained in:
parent
104f8fd36e
commit
c6674ab076
22
Eigen/SVD
Normal file
22
Eigen/SVD
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
#ifndef EIGEN_SVD_MODULE_H
|
||||||
|
#define EIGEN_SVD_MODULE_H
|
||||||
|
|
||||||
|
#include "Core"
|
||||||
|
|
||||||
|
namespace Eigen {
|
||||||
|
|
||||||
|
/** \defgroup SVD_Module SVD module
|
||||||
|
* This module provides SVD decomposition for (currently) real matrices.
|
||||||
|
* This decomposition is accessible via the following MatrixBase method:
|
||||||
|
* - MatrixBase::svd()
|
||||||
|
*
|
||||||
|
* \code
|
||||||
|
* #include <Eigen/SVD>
|
||||||
|
* \endcode
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "src/SVD/SVD.h"
|
||||||
|
|
||||||
|
} // namespace Eigen
|
||||||
|
|
||||||
|
#endif // EIGEN_SVD_MODULE_H
|
Loading…
x
Reference in New Issue
Block a user