|
ProteoWizard
|
#include <LinearSolver.hpp>
Public Member Functions | |
| template<typename matrix_type , typename vector_type > | |
| vector_type | solve (const matrix_type &A, const vector_type &y) |
| solve system of linear equations Ax = y using boost::ublas; note: extra copying inefficiencies for ease of client use More... | |
Definition at line 82 of file LinearSolver.hpp.
|
inline |
solve system of linear equations Ax = y using boost::ublas; note: extra copying inefficiencies for ease of client use
Definition at line 89 of file LinearSolver.hpp.
References pwiz::math::qr().
Referenced by pwiz::math::LinearLeastSquares< LinearLeastSquaresType_QR >::solve(), and testDoubleQR().
1.8.13