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

List of all members.

Public Member Functions

def ExtractCopy
def ExtractView
def Values
def cleanup
def __init__

Public Attributes

 this

Detailed Description

Proxy of C++ PyTrilinos::Epetra_NumPyIntVector class

Constructor & Destructor Documentation

def PyTrilinos.Epetra.NumPyIntVector.__init__ (   self,
  args 
)
Epetra_NumPyIntVector(PyObject * arg1) -> NumPyIntVector
__init__(PyTrilinos::Epetra_NumPyIntVector self, PyObject * arg1, PyObject * arg2) -> NumPyIntVector

Reimplemented from PyTrilinos.Epetra.Epetra_IntVector.

Reimplemented in PyTrilinos.Epetra.IntVector, and PyTrilinos.Epetra.IntVector.


Member Function Documentation

cleanup()
ExtractCopy(NumPyIntVector self) -> PyObject *

Return a numpy.ndarray that is a copy of the IntVector.

Reimplemented from PyTrilinos.Epetra.Epetra_IntVector.

ExtractView(NumPyIntVector self) -> PyObject *

Return a numpy.ndarray that is a view of the IntVector.

Reimplemented from PyTrilinos.Epetra.Epetra_IntVector.

def PyTrilinos.Epetra.NumPyIntVector.Values (   self,
  args 
)
Values(NumPyIntVector self) -> PyObject *

Return a numpy.ndarray that is a view of the IntVector.

Reimplemented from PyTrilinos.Epetra.Epetra_IntVector.


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