SVD.h
Go to the documentation of this file.
Definition: pybind11Utils.h:24
void SVD(const MatrixMxN< T > &a, MatrixMxN< T > &u, VectorN< T > &w, MatrixMxN< T > &v)
Singular value decomposition (SVD).
Definition: SVD-Impl.h:50
1.8.14