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

Public Member Functions

bool compute (const matrix< M, N, float_t > &A, const vector< M, float_t > &B, vector< N, float_t > &x)
 
const
lapack::llsq_params_xgels
< float_t > & 
get_params ()
 
matrix< M, N, float_t > & get_factorized_A ()
 

Protected Attributes

matrix< M, N, float_t > _A
 
vector< M, float_t > _b
 
llsq_params_xgels< float_t > p
 

Detailed Description

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

Definition at line 161 of file lapack_linear_least_squares.hpp.


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