

Public Member Functions | |
| def | ExtractCopy |
| def | ExtractView |
| def | Values |
| def | cleanup |
| def | __init__ |
Public Attributes | |
| this | |
Proxy of C++ PyTrilinos::Epetra_NumPyIntVector class
| 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.
| def PyTrilinos.Epetra.NumPyIntVector.cleanup | ( | args | ) |
cleanup()
| def PyTrilinos.Epetra.NumPyIntVector.ExtractCopy | ( | self, | |
| args | |||
| ) |
ExtractCopy(NumPyIntVector self) -> PyObject * Return a numpy.ndarray that is a copy of the IntVector.
Reimplemented from PyTrilinos.Epetra.Epetra_IntVector.
| def PyTrilinos.Epetra.NumPyIntVector.ExtractView | ( | self, | |
| args | |||
| ) |
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.
1.7.6.1