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 55 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 62 of file LinearSolver.hpp.
References A.