vmmlib  1.7.0
 All Classes Namespaces Functions Pages
vmml::lapack_svd< M, N, float_t > Struct Template Reference
+ Collaboration diagram for vmml::lapack_svd< M, N, float_t >:

Public Member Functions

bool compute_full (const matrix< M, N, float_t > &A, matrix< M, M, float_t > &U, vector< N, float_t > &sigma, matrix< N, N, float_t > &Vt)
 
bool compute (const matrix< M, N, float_t > &A, matrix< M, N, float_t > &U, vector< N, float_t > &sigma, matrix< N, N, float_t > &Vt)
 
bool compute_and_overwrite_input (matrix< M, N, float_t > &A_U, vector< N, float_t > &sigma)
 
bool compute (const matrix< M, N, float_t > &A, vector< N, float_t > &sigma)
 
bool test_success (lapack::lapack_int info)
 
const lapack::svd_params
< float_t > & 
get_params ()
 

Public Attributes

lapack::svd_params< float_t > p
 

Detailed Description

template<size_t M, size_t N, typename float_t>
struct vmml::lapack_svd< M, N, float_t >

Definition at line 184 of file lapack_svd.hpp.


The documentation for this struct was generated from the following file: