|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
| scale_lhs(BLAS_Cpp::Transp trans, value_type x[]) const =0 | AbstractLinAlgPack::MatrixScaling_Strategy | [pure virtual] |
| 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 | AbstractLinAlgPack::MatrixScaling_Strategy | [pure virtual] |
| scale_rhs(BLAS_Cpp::Transp trans, value_type b[]) const =0 | AbstractLinAlgPack::MatrixScaling_Strategy | [pure virtual] |
| ~MatrixScaling_Strategy() | AbstractLinAlgPack::MatrixScaling_Strategy | [inline, virtual] |
1.7.6.1