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

List of all members.

Public Member Functions

def __init__
def __init__
def __initArray__
def __str__
def __lt__
def __le__
def __eq__
def __ne__
def __gt__
def __ge__
def __getattr__
def __setattr__
def __call__
def Size
def Resize

Public Attributes

 this
 array

Detailed Description

Proxy of C++ IntSerialDenseVector class

Constructor & Destructor Documentation

__init__(IntSerialDenseVector self) -> IntSerialDenseVector

Reimplemented from PyTrilinos.Epetra.NumPyIntSerialDenseVector.

__init__(self) -> IntSerialDenseVector
__init__(self, int length) -> IntSerialDenseVector
__init__(self, PyObject array) -> IntSerialDenseVector
__init__(self, IntSerialDenseVector source) -> IntSerialDenseVector

Reimplemented from PyTrilinos.Epetra.NumPyIntSerialDenseVector.


Member Function Documentation

__call__(Epetra_IntSerialDenseVector self, int RowIndex, int ColIndex) -> int &

Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseVector.

__eq__(Epetra_IntSerialDenseMatrix self, Epetra_IntSerialDenseMatrix rhs) -> bool

Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseMatrix.

__ne__(Epetra_IntSerialDenseMatrix self, Epetra_IntSerialDenseMatrix rhs) -> bool

Reimplemented from PyTrilinos.Epetra.Epetra_IntSerialDenseMatrix.

Resize(NumPyIntSerialDenseVector self, int length) -> int

int
Epetra_IntSerialDenseVector::Resize(int Length_in)

Resize a Epetra_IntSerialDenseVector object.

Parameters:
-----------

In:  Length - Length of vector object.

Allows user to define the dimension of a Epetra_IntSerialDenseVector.
This function can be called at any point after construction. Any
values that were previously in this object are copied into the new
size. If the new shape is smaller than the original, the first Length
values are copied to the new vector.

Integer error code, set to 0 if successful. 

Reimplemented from PyTrilinos.Epetra.NumPyIntSerialDenseVector.

def PyTrilinos.Epetra.IntSerialDenseVector.Size (   self,
  args 
)
Size(NumPyIntSerialDenseVector self, int length) -> int

int
Epetra_IntSerialDenseVector::Size(int Length_in)

Set length of a Epetra_IntSerialDenseVector object; init values to
zero.

Parameters:
-----------

In:  Length - Length of vector object.

Allows user to define the dimension of a Epetra_IntSerialDenseVector.
This function can be called at any point after construction. Any
values that were previously in this object are destroyed and the
resized vector starts off with all zero values.

Integer error code, set to 0 if successful. 

Reimplemented from PyTrilinos.Epetra.NumPyIntSerialDenseVector.


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