file
Svd.hFunction Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Math
- Math library.
- namespace Magnum::Math::Algorithms
- Algorithms.
Functions
-
template<std::auto svd(RectangularMatrix<cols, rows, T> m) -> Containers::Optional<Containers::Triple<RectangularMatrix<cols, rows, T>, Vector<cols, T>, Matrix<cols, T>>>
size_t cols, std:: size_t rows, class T> - Singular Value Decomposition.