PyTrilinos::Epetra::NumPyIntSerialDenseMatrix Class Reference

Inheritance diagram for PyTrilinos::Epetra::NumPyIntSerialDenseMatrix:

Inheritance graph
[legend]
Collaboration diagram for PyTrilinos::Epetra::NumPyIntSerialDenseMatrix:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Proxy of C++ Epetra_NumPyIntSerialDenseMatrix class

Member Function Documentation

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.


The documentation for this class was generated from the following files:

Generated on Thu Dec 17 11:00:20 2009 for PyTrilinos by  doxygen 1.5.9