Jet  v1.3.3
Namespaces | Functions
svd.h File Reference
#include <jet/matrix2x2.h>
#include <jet/matrix3x3.h>
#include <jet/matrix4x4.h>
#include <jet/matrix_mxn.h>
#include "detail/svd-inl.h"

Go to the source code of this file.

Namespaces

 jet
 

Functions

template<typename T >
void jet::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 jet::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...