numerics 0.1.0
Loading...
Searching...
No Matches
svd.cpp File Reference

Sequential one-sided Jacobi SVD. More...

#include "impl.hpp"
#include <cmath>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::backends
 
namespace  num::backends::seq
 

Functions

SVDResult num::backends::seq::svd (const Matrix &A, real tol, idx max_sweeps)
 

Detailed Description

Sequential one-sided Jacobi SVD.

See svd/svd.cpp for the full algorithm commentary.

Definition in file svd.cpp.