

Public Member Functions | |
| def | __init__ |
| def | __call__ |
| def | Shape |
| def | Reshape |
| def | A |
| def | cleanup |
Public Attributes | |
| this | |
Proxy of C++ PyTrilinos::Epetra_NumPyIntSerialDenseMatrix class
| def PyTrilinos.Epetra.NumPyIntSerialDenseMatrix.__init__ | ( | self, | |
| args | |||
| ) |
Epetra_NumPyIntSerialDenseMatrix() -> NumPyIntSerialDenseMatrix Epetra_NumPyIntSerialDenseMatrix(int numRows, int numCols) -> NumPyIntSerialDenseMatrix Epetra_NumPyIntSerialDenseMatrix(PyObject * pyObject) -> NumPyIntSerialDenseMatrix __init__(PyTrilinos::Epetra_NumPyIntSerialDenseMatrix self, Epetra_IntSerialDenseMatrix src) -> NumPyIntSerialDenseMatrix
Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseMatrix.
Reimplemented in PyTrilinos.Epetra.IntSerialDenseMatrix, and PyTrilinos.Epetra.IntSerialDenseMatrix.
| def PyTrilinos.Epetra.NumPyIntSerialDenseMatrix.__call__ | ( | self, | |
| args | |||
| ) |
__call__(NumPyIntSerialDenseMatrix self, int rowIndex, int colIndex) -> int
Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseMatrix.
| def PyTrilinos.Epetra.NumPyIntSerialDenseMatrix.A | ( | self | ) |
A(NumPyIntSerialDenseMatrix self) -> PyObject * int* Epetra_IntSerialDenseMatrix::A() Returns pointer to the this matrix.
Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseMatrix.
cleanup()
| def PyTrilinos.Epetra.NumPyIntSerialDenseMatrix.Reshape | ( | self, | |
| args | |||
| ) |
Reshape(NumPyIntSerialDenseMatrix self, int numRows, int numCols) -> int int Epetra_IntSerialDenseMatrix::Reshape(int NumRows, int NumCols) Reshape a Epetra_IntSerialDenseMatrix object. Parameters: ----------- In: NumRows - Number of rows in object. In: NumCols - Number of columns in object. Allows user to define the dimensions of a Epetra_IntSerialDenseMatrix at any point. This function can be called at any point after construction. Any values that were previously in this object are copied into the new shape. If the new shape is smaller than the original, the upper left portion of the original matrix (the principal submatrix) is copied to the new matrix. Integer error code, set to 0 if successful.
Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseMatrix.
| def PyTrilinos.Epetra.NumPyIntSerialDenseMatrix.Shape | ( | self, | |
| args | |||
| ) |
Shape(NumPyIntSerialDenseMatrix self, int numRows, int numCols) -> int int Epetra_IntSerialDenseMatrix::Shape(int NumRows, int NumCols) Set dimensions of a Epetra_IntSerialDenseMatrix object; init values to zero. Parameters: ----------- In: NumRows - Number of rows in object. In: NumCols - Number of columns in object. Allows user to define the dimensions of a Epetra_IntSerialDenseMatrix at any point. This function can be called at any point after construction. Any values that were previously in this object are destroyed and the resized matrix starts off with all zero values. Integer error code, set to 0 if successful.
Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseMatrix.
1.7.6.1