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