PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Epetra.NumPySerialSymDenseMatrix Class Reference
Inheritance diagram for PyTrilinos.Epetra.NumPySerialSymDenseMatrix:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Epetra.NumPySerialSymDenseMatrix:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def __call__
def Shape
def Reshape
def A
def cleanup

Public Attributes

 this

Detailed Description

Proxy of C++ PyTrilinos::Epetra_NumPySerialSymDenseMatrix class

Constructor & Destructor Documentation

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.


Member Function Documentation

__call__(NumPySerialSymDenseMatrix self, int rowIndex, int colIndex) -> double

Reimplemented from PyTrilinos.Epetra.Epetra_SerialDenseMatrix.

A(NumPySerialSymDenseMatrix self) -> PyObject *

double*
Epetra_SerialDenseMatrix::A()

Returns pointer to the this matrix. 

Reimplemented from PyTrilinos.Epetra.Epetra_SerialDenseMatrix.

cleanup()
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.

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.


The documentation for this class was generated from the following file:
 All Classes Functions