

Public Member Functions | |
| def | __init__ |
| def | __call__ |
| def | fwd |
| def | rvs |
Public Attributes | |
| this | |
Generates a sub-block view of a Epetra_CrsMatrix. C++ includes: EpetraExt_SubCopy_CrsMatrix.h
| def PyTrilinos.EpetraExt.CrsMatrix_SubCopy.__init__ | ( | self, | |
| args | |||
| ) |
__init__(EpetraExt::CrsMatrix_SubCopy self, Map newMap) -> CrsMatrix_SubCopy __init__(EpetraExt::CrsMatrix_SubCopy self, Map newRangeAndRowMap, Map newDomainMap) -> CrsMatrix_SubCopy EpetraExt::CrsMatrix_SubCopy::CrsMatrix_SubCopy(const Epetra_Map &newRangeAndRowMap, const Epetra_Map &newDomainMap) Constructor.
| def PyTrilinos.EpetraExt.CrsMatrix_SubCopy.__call__ | ( | self, | |
| args | |||
| ) |
__call__(CrsMatrix_SubCopy self, CrsMatrix orig) -> CrsMatrix
| def PyTrilinos.EpetraExt.CrsMatrix_SubCopy.fwd | ( | self, | |
| args | |||
| ) |
fwd(CrsMatrix_SubCopy self) -> bool bool EpetraExt::CrsMatrix_SubCopy::fwd() Forward transfer of data from orig object input in the operator() method call to the new object created in this same call. Returns true is operation is successful. Preconditions: Invariants: Postconditions:
| def PyTrilinos.EpetraExt.CrsMatrix_SubCopy.rvs | ( | self, | |
| args | |||
| ) |
rvs(CrsMatrix_SubCopy self) -> bool bool EpetraExt::CrsMatrix_SubCopy::rvs() Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. Returns true if operation is successful. Preconditions: Invariants: Postconditions:
1.7.6.1