SVD-Impl.h File Reference
Go to the source code of this file.
Namespaces | |
CubbyFlow | |
CubbyFlow::Internal | |
Functions | |
template<typename T > | |
T | CubbyFlow::Internal::Sign (T a, T b) |
template<typename T > | |
T | CubbyFlow::Internal::Pythag (T a, T b) |
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... | |