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

Public Attributes

lapack_int n
 
lapack_int nrhs
 
float_t * a
 
lapack_int lda
 
lapack_int * ipiv
 
float_t * b
 
lapack_int ldb
 
lapack_int info
 

Friends

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

Detailed Description

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

Definition at line 73 of file lapack_gaussian_elimination.hpp.


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