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

LAPACK SVD via LAPACKE_dgesdd (divide-and-conquer). More...

#include "impl.hpp"
#include "../seq/impl.hpp"
#include <algorithm>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::backends
 
namespace  num::backends::lapack
 

Functions

SVDResult num::backends::lapack::svd (const Matrix &A)
 

Detailed Description

LAPACK SVD via LAPACKE_dgesdd (divide-and-conquer).

Definition in file svd.cpp.