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