SVD.hpp File Reference
Go to the source code of this file.
Namespaces | |
| CubbyFlow | |
Functions | |
| template<typename T > | |
| void | CubbyFlow::SVD (const MatrixMxN< T > &a, MatrixMxN< T > &u, VectorN< T > &w, MatrixMxN< T > &v) |
| Singular value decomposition (SVD). More... | |
| template<typename T , size_t M, size_t N> | |
| void | CubbyFlow::SVD (const Matrix< T, M, N > &a, Matrix< T, M, N > &u, Vector< T, N > &w, Matrix< T, N, N > &v) |
| Singular value decomposition (SVD). More... | |
1.8.13