Epetra_RowMatrix: An abstract class for using real-valued double-precision row matrices.
More...
Epetra_RowMatrix: An abstract class for using real-valued double-precision row matrices.
The Epetra_RowMatrix class is an abstract class (specifies interface only) that enable the use of real-valued double-precision sparse matrices where matrix entries are intended for row access. It is currently implemented by the Epetra_CrsMatrix class.