vmmlib
1.7.0
|
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 |
Definition at line 161 of file lapack_linear_least_squares.hpp.