#include <AbstractLinAlgPack_MatrixScaling_Strategy.hpp>
Pure virtual methods to be overridden by subclasses | |
| virtual void | scale_matrix (index_type m, index_type n, index_type nz, const index_type row_i[], const index_type col_j[], bool new_matrix, value_type A[])=0 |
| Scale the matrix and save the scalings for later use for rhs and lhs. | |
| virtual void | scale_rhs (BLAS_Cpp::Transp trans, value_type b[]) const =0 |
| Scale the rhs vector. | |
| virtual void | scale_lhs (BLAS_Cpp::Transp trans, value_type x[]) const =0 |
| Scale the lhs vector. | |
Public Member Functions | |
| virtual | ~MatrixScaling_Strategy () |
| | |
ToDo: Finish documentation!
Definition at line 38 of file AbstractLinAlgPack_MatrixScaling_Strategy.hpp.
|
|
Definition at line 42 of file AbstractLinAlgPack_MatrixScaling_Strategy.hpp. |
|
||||||||||||||||||||||||||||||||
|
Scale the matrix and save the scalings for later use for rhs and lhs.
|
|
||||||||||||
|
Scale the rhs vector.
|
|
||||||||||||
|
Scale the lhs vector.
|
1.3.9.1