|
Meros Development
|
Clean interface for solving linear systems. More...
#include <Meros_LinearSolver.hpp>

Public Member Functions | |
| LinearSolver (const LinearSolveStrategy< Scalar > &strategy, const LinearOperator< Scalar > &op) | |
| SolveStatus< typename PromotionTraits< Scalar, Scalar >::promote > | solve (const Vector< Scalar > &rhs, Vector< Scalar > &soln) const |
Clean interface for solving linear systems.
| Meros::LinearSolver< Scalar >::LinearSolver | ( | const LinearSolveStrategy< Scalar > & | strategy, |
| const LinearOperator< Scalar > & | op | ||
| ) | [inline] |
| SolveStatus<typename PromotionTraits<Scalar, Scalar>::promote> Meros::LinearSolver< Scalar >::solve | ( | const Vector< Scalar > & | rhs, |
| Vector< Scalar > & | soln | ||
| ) | const [inline] |
1.7.4