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

Public Member Functions

void compute (matrix< N, N, float_t > &A, matrix< N, M, float_t > &b)
 
const
lapack::llsq_params_xgesv
< float_t > & 
get_params ()
 

Public Attributes

lapack::llsq_params_xgesv
< float_t > 
p
 

Detailed Description

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

Definition at line 343 of file lapack_linear_least_squares.hpp.


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