

Public Member Functions | |
| def | __init__ |
| def | __call__ |
| def | Shape |
| def | Reshape |
| def | A |
| def | cleanup |
Public Attributes | |
| this | |
Proxy of C++ PyTrilinos::Epetra_NumPySerialSymDenseMatrix class
| def PyTrilinos.Epetra.NumPySerialSymDenseMatrix.__init__ | ( | self, | |
| args | |||
| ) |
Epetra_NumPySerialSymDenseMatrix() -> NumPySerialSymDenseMatrix Epetra_NumPySerialSymDenseMatrix(PyObject * pyObject) -> NumPySerialSymDenseMatrix __init__(PyTrilinos::Epetra_NumPySerialSymDenseMatrix self, Epetra_SerialSymDenseMatrix src) -> NumPySerialSymDenseMatrix
Reimplemented from PyTrilinos.Epetra.Epetra_SerialSymDenseMatrix.
Reimplemented in PyTrilinos.Epetra.SerialSymDenseMatrix, and PyTrilinos.Epetra.SerialSymDenseMatrix.
| def PyTrilinos.Epetra.NumPySerialSymDenseMatrix.__call__ | ( | self, | |
| args | |||
| ) |
__call__(NumPySerialSymDenseMatrix self, int rowIndex, int colIndex) -> double
Reimplemented from PyTrilinos.Epetra.Epetra_SerialDenseMatrix.
| def PyTrilinos.Epetra.NumPySerialSymDenseMatrix.A | ( | self | ) |
A(NumPySerialSymDenseMatrix self) -> PyObject * double* Epetra_SerialDenseMatrix::A() Returns pointer to the this matrix.
Reimplemented from PyTrilinos.Epetra.Epetra_SerialDenseMatrix.
cleanup()
| def PyTrilinos.Epetra.NumPySerialSymDenseMatrix.Reshape | ( | self, | |
| args | |||
| ) |
Reshape(NumPySerialSymDenseMatrix self, int numRowsCols) -> int int Epetra_SerialSymDenseMatrix::Reshape(int NumRowsCols) Reshape a Epetra_SerialSymDenseMatrix object. Parameters: ----------- In: NumRowsCols - Number of rows and columns in object. Allows user to define the dimensions of a Epetra_SerialSymDenseMatrix 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_SerialSymDenseMatrix.
| def PyTrilinos.Epetra.NumPySerialSymDenseMatrix.Shape | ( | self, | |
| args | |||
| ) |
Shape(NumPySerialSymDenseMatrix self, int numRowsCols) -> int int Epetra_SerialSymDenseMatrix::Shape(int NumRowsCols) Set dimensions of a Epetra_SerialSymDenseMatrix object; init values to zero. Parameters: ----------- In: NumRowsCols - Number of rows and columns in object. Allows user to define the dimensions of a Epetra_DenseMatrix 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_SerialSymDenseMatrix.
1.7.6.1