Public Member Functions | |
def | __init__ |
def | __call__ |
def | Shape |
def | Reshape |
def | A |
def | cleanup |
def | __init__ |
def | __call__ |
def | Shape |
def | Reshape |
def | A |
def | cleanup |
Public Attributes | |
this |
Proxy of C++ Epetra_NumPyIntSerialDenseMatrix class
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::__call__ | ( | self, | ||
args | ||||
) |
__call__(self, int rowIndex, int colIndex) -> int
Reimplemented from PyTrilinos::Epetra::Epetra_IntSerialDenseMatrix.
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::__call__ | ( | self, | ||
args | ||||
) |
__call__(self, int rowIndex, int colIndex) -> int
Reimplemented from PyTrilinos::Epetra::Epetra_IntSerialDenseMatrix.
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::__init__ | ( | self, | ||
args | ||||
) |
__init__(self) -> NumPyIntSerialDenseMatrix __init__(self, int numRows, int numCols) -> NumPyIntSerialDenseMatrix __init__(self, PyObject pyObject) -> NumPyIntSerialDenseMatrix __init__(self, Epetra_IntSerialDenseMatrix src) -> NumPyIntSerialDenseMatrix
Reimplemented from PyTrilinos::Epetra::Epetra_IntSerialDenseMatrix.
Reimplemented in PyTrilinos::Epetra::IntSerialDenseMatrix, PyTrilinos::Epetra::IntSerialDenseMatrix, PyTrilinos::Epetra::IntSerialDenseMatrix, and PyTrilinos::Epetra::IntSerialDenseMatrix.
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::__init__ | ( | self, | ||
args | ||||
) |
__init__(self) -> NumPyIntSerialDenseMatrix __init__(self, int numRows, int numCols) -> NumPyIntSerialDenseMatrix __init__(self, PyObject pyObject) -> NumPyIntSerialDenseMatrix __init__(self, Epetra_IntSerialDenseMatrix src) -> NumPyIntSerialDenseMatrix
Reimplemented from PyTrilinos::Epetra::Epetra_IntSerialDenseMatrix.
Reimplemented in PyTrilinos::Epetra::IntSerialDenseMatrix, PyTrilinos::Epetra::IntSerialDenseMatrix, PyTrilinos::Epetra::IntSerialDenseMatrix, and PyTrilinos::Epetra::IntSerialDenseMatrix.
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::A | ( | self | ) |
A(self) -> PyObject int* Epetra_IntSerialDenseMatrix::A() Returns pointer to the this matrix.
Reimplemented from PyTrilinos::Epetra::Epetra_IntSerialDenseMatrix.
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::A | ( | self | ) |
A(self) -> PyObject int* Epetra_IntSerialDenseMatrix::A() Returns pointer to the this matrix.
Reimplemented from PyTrilinos::Epetra::Epetra_IntSerialDenseMatrix.
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::cleanup | ( | ) |
cleanup()
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::cleanup | ( | ) |
cleanup()
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::Reshape | ( | self, | ||
args | ||||
) |
Reshape(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::Reshape | ( | self, | ||
args | ||||
) |
Reshape(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(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.
def PyTrilinos::Epetra::NumPyIntSerialDenseMatrix::Shape | ( | self, | ||
args | ||||
) |
Shape(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.