List of all members.
Public Member Functions |
|
| Epetra_NumPyVector (const Epetra_BlockMap &blockMap, bool zeroOut=true) |
|
| Epetra_NumPyVector (const Epetra_Vector &source) |
|
| Epetra_NumPyVector (const Epetra_BlockMap &blockMap, PyObject *pyObject) |
|
| Epetra_NumPyVector (Epetra_DataAccess CV, const Epetra_Vector &source) |
|
| Epetra_NumPyVector (Epetra_DataAccess CV, const Epetra_MultiVector &source, int index) |
|
| Epetra_NumPyVector (PyObject *pyObject) |
|
PyObject * | ExtractCopy () const |
|
PyObject * | ExtractView () const |
|
double | Dot (const Epetra_Vector &A) const |
|
double | Norm1 () const |
|
double | Norm2 () const |
|
double | NormInf () const |
|
double | NormWeighted (const Epetra_Vector &weights) const |
|
double | MinValue () const |
|
double | MaxValue () const |
|
double | MeanValue () const |
|
int | ReplaceGlobalValues (PyObject *values, PyObject *indices) |
|
int | ReplaceGlobalValues (int blockOffset, PyObject *values, PyObject *indices) |
|
int | ReplaceMyValues (PyObject *values, PyObject *indices) |
|
int | ReplaceMyValues (int blockOffset, PyObject *values, PyObject *indices) |
|
int | SumIntoGlobalValues (PyObject *values, PyObject *indices) |
|
int | SumIntoGlobalValues (int blockOffset, PyObject *values, PyObject *indices) |
|
int | SumIntoMyValues (PyObject *values, PyObject *indices) |
|
int | SumIntoMyValues (int blockOffset, PyObject *values, PyObject *indices) |
Static Public Member Functions |
|
static void | cleanup () |
The documentation for this class was generated from the following files:
- Epetra_NumPyVector.h
- Epetra_NumPyVector.cpp