vmmlib  1.7.0
 All Classes Namespaces Functions Pages
vmml::lapack::svd_params< float_t > Struct Template Reference
+ Collaboration diagram for vmml::lapack::svd_params< float_t >:

Public Attributes

char jobu
 
char jobvt
 
lapack_int m
 
lapack_int n
 
float_t * a
 
lapack_int lda
 
float_t * s
 
float_t * u
 
lapack_int ldu
 
float_t * vt
 
lapack_int ldvt
 
float_t * work
 
lapack_int lwork
 
lapack_int info
 

Friends

std::ostream & operator<< (std::ostream &os, const svd_params< float_t > &p)
 

Detailed Description

template<typename float_t>
struct vmml::lapack::svd_params< float_t >

Definition at line 79 of file lapack_svd.hpp.


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