Data Types | |
type | epetra_rowmatrix |
Epetra_RowMatrix: An abstract class for using real-valued double-precision row matrices. More... | |
interface | MaxNumEntries |
Returns the maximum of NumMyRowEntries() over all rows. More... | |
interface | Multiply |
Returns the result of a Epetra_RowMatrix multiplied by a Epetra_MultiVector X in Y. More... | |
interface | NumMyRowEntries |
Returns the number of nonzero entries in MyRow. More... | |
interface | RowMatrixRowMap |
Returns the Epetra_Map object associated with the rows of this matrix. More... | |