|
template<class K , int n, int m> |
void | print_row (std::ostream &s, const Opm::MatrixBlock< K, n, m > &A, typename FieldMatrix< K, n, m >::size_type I, typename FieldMatrix< K, n, m >::size_type J, typename FieldMatrix< K, n, m >::size_type therow, int width, int precision) |
|
◆ print_row()
template<class K , int n, int m>
void Dune::print_row |
( |
std::ostream & |
s, |
|
|
const Opm::MatrixBlock< K, n, m > & |
A, |
|
|
typename FieldMatrix< K, n, m >::size_type |
I, |
|
|
typename FieldMatrix< K, n, m >::size_type |
J, |
|
|
typename FieldMatrix< K, n, m >::size_type |
therow, |
|
|
int |
width, |
|
|
int |
precision |
|
) |
| |
|