numerics 0.1.0
Loading...
Searching...
No Matches
impl.hpp
Go to the documentation of this file.
1/// @file linalg/svd/backends/lapack/impl.hpp
2/// @brief Private declarations for the LAPACK SVD backend.
3#pragma once
4
5#include "linalg/svd/svd.hpp"
6
7namespace num::backends::lapack {
8
9SVDResult svd(const Matrix& A);
10
11} // namespace num::backends::lapack
SVDResult svd(const Matrix &A)
Definition svd.cpp:15
Singular Value Decomposition – dense and randomized truncated.