

Public Member Functions | |
| def | ExtractCopy |
| def | ExtractView |
| def | Dot |
| def | Norm1 |
| def | Norm2 |
| def | NormInf |
| def | NormWeighted |
| def | MinValue |
| def | MaxValue |
| def | MeanValue |
| def | ReplaceGlobalValues |
| def | ReplaceMyValues |
| def | SumIntoGlobalValues |
| def | SumIntoMyValues |
| def | cleanup |
| def | __init__ |
| def | ExtractCopy |
| def | ExtractView |
| def | Dot |
| def | Norm1 |
| def | Norm2 |
| def | NormInf |
| def | NormWeighted |
| def | MinValue |
| def | MaxValue |
| def | MeanValue |
| def | ReplaceGlobalValues |
| def | ReplaceMyValues |
| def | SumIntoGlobalValues |
| def | SumIntoMyValues |
| def | cleanup |
| def | __init__ |
Public Attributes | |
| this | |
Proxy of C++ Epetra_NumPyVector class
| def PyTrilinos::Epetra::NumPyVector::__init__ | ( | self, | ||
| args | ||||
| ) |
__init__(self, Epetra_DataAccess CV, Epetra_MultiVector source, int index) -> NumPyVector __init__(self, PyObject arg1) -> NumPyVector __init__(self, PyObject arg1, PyObject arg2) -> NumPyVector
Reimplemented from PyTrilinos::Epetra::Epetra_Vector.
Reimplemented in PyTrilinos::Epetra::Vector, PyTrilinos::Epetra::Vector, PyTrilinos::Epetra::Vector, and PyTrilinos::Epetra::Vector.
| def PyTrilinos::Epetra::NumPyVector::__init__ | ( | self, | ||
| args | ||||
| ) |
__init__(self, Epetra_DataAccess CV, Epetra_MultiVector source, int index) -> NumPyVector __init__(self, PyObject arg1) -> NumPyVector __init__(self, PyObject arg1, PyObject arg2) -> NumPyVector
Reimplemented from PyTrilinos::Epetra::Epetra_Vector.
Reimplemented in PyTrilinos::Epetra::Vector, PyTrilinos::Epetra::Vector, PyTrilinos::Epetra::Vector, and PyTrilinos::Epetra::Vector.
| def PyTrilinos::Epetra::NumPyVector::cleanup | ( | args | ) |
cleanup()
| def PyTrilinos::Epetra::NumPyVector::cleanup | ( | args | ) |
cleanup()
| def PyTrilinos::Epetra::NumPyVector::Dot | ( | self, | ||
| args | ||||
| ) |
Dot(self, Epetra_Vector A) -> double Return the dot product of the Vector and a.
| def PyTrilinos::Epetra::NumPyVector::Dot | ( | self, | ||
| args | ||||
| ) |
Dot(self, Epetra_Vector A) -> double Return the dot product of the Vector and a.
| def PyTrilinos::Epetra::NumPyVector::ExtractCopy | ( | self, | ||
| args | ||||
| ) |
ExtractCopy(self) -> PyObject Return a numpy.ndarray that is a copy of the Vector.
| def PyTrilinos::Epetra::NumPyVector::ExtractCopy | ( | self, | ||
| args | ||||
| ) |
ExtractCopy(self) -> PyObject Return a numpy.ndarray that is a copy of the Vector.
| def PyTrilinos::Epetra::NumPyVector::ExtractView | ( | self, | ||
| args | ||||
| ) |
ExtractView(self) -> PyObject Return a numpy.ndarray that is a view of the Vector.
| def PyTrilinos::Epetra::NumPyVector::ExtractView | ( | self, | ||
| args | ||||
| ) |
ExtractView(self) -> PyObject Return a numpy.ndarray that is a view of the Vector.
| def PyTrilinos::Epetra::NumPyVector::MaxValue | ( | self, | ||
| args | ||||
| ) |
MaxValue(self) -> double Return the maximum values in Vector.
| def PyTrilinos::Epetra::NumPyVector::MaxValue | ( | self, | ||
| args | ||||
| ) |
MaxValue(self) -> double Return the maximum values in Vector.
| def PyTrilinos::Epetra::NumPyVector::MeanValue | ( | self, | ||
| args | ||||
| ) |
MeanValue(self) -> double Return the mean value of the Vector.
| def PyTrilinos::Epetra::NumPyVector::MeanValue | ( | self, | ||
| args | ||||
| ) |
MeanValue(self) -> double Return the mean value of the Vector.
| def PyTrilinos::Epetra::NumPyVector::MinValue | ( | self, | ||
| args | ||||
| ) |
MinValue(self) -> double Return the minimum values in Vector.
| def PyTrilinos::Epetra::NumPyVector::MinValue | ( | self, | ||
| args | ||||
| ) |
MinValue(self) -> double Return the minimum values in Vector.
| def PyTrilinos::Epetra::NumPyVector::Norm1 | ( | self, | ||
| args | ||||
| ) |
Norm1(self) -> double Return the L-1 norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::Norm1 | ( | self, | ||
| args | ||||
| ) |
Norm1(self) -> double Return the L-1 norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::Norm2 | ( | self, | ||
| args | ||||
| ) |
Norm2(self) -> double Return the the L-2 norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::Norm2 | ( | self, | ||
| args | ||||
| ) |
Norm2(self) -> double Return the the L-2 norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::NormInf | ( | self, | ||
| args | ||||
| ) |
NormInf(self) -> double Return the L-infinity norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::NormInf | ( | self, | ||
| args | ||||
| ) |
NormInf(self) -> double Return the L-infinity norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::NormWeighted | ( | self, | ||
| args | ||||
| ) |
NormWeighted(self, Epetra_Vector weights) -> double Return the weighted norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::NormWeighted | ( | self, | ||
| args | ||||
| ) |
NormWeighted(self, Epetra_Vector weights) -> double Return the weighted norm of Vector.
| def PyTrilinos::Epetra::NumPyVector::ReplaceGlobalValues | ( | self, | ||
| args | ||||
| ) |
ReplaceGlobalValues(self, PyObject values, PyObject indices) -> int ReplaceGlobalValues(self, int blockOffset, PyObject values, PyObject indices) -> int Replace global values at specified index (and offset)
| def PyTrilinos::Epetra::NumPyVector::ReplaceGlobalValues | ( | self, | ||
| args | ||||
| ) |
ReplaceGlobalValues(self, PyObject values, PyObject indices) -> int ReplaceGlobalValues(self, int blockOffset, PyObject values, PyObject indices) -> int Replace global values at specified index (and offset)
| def PyTrilinos::Epetra::NumPyVector::ReplaceMyValues | ( | self, | ||
| args | ||||
| ) |
ReplaceMyValues(self, PyObject values, PyObject indices) -> int ReplaceMyValues(self, int blockOffset, PyObject values, PyObject indices) -> int Replace local values at specified index (and offset)
| def PyTrilinos::Epetra::NumPyVector::ReplaceMyValues | ( | self, | ||
| args | ||||
| ) |
ReplaceMyValues(self, PyObject values, PyObject indices) -> int ReplaceMyValues(self, int blockOffset, PyObject values, PyObject indices) -> int Replace local values at specified index (and offset)
| def PyTrilinos::Epetra::NumPyVector::SumIntoGlobalValues | ( | self, | ||
| args | ||||
| ) |
SumIntoGlobalValues(self, PyObject values, PyObject indices) -> int SumIntoGlobalValues(self, int blockOffset, PyObject values, PyObject indices) -> int Sum into global values at specified indices (and offset)
| def PyTrilinos::Epetra::NumPyVector::SumIntoGlobalValues | ( | self, | ||
| args | ||||
| ) |
SumIntoGlobalValues(self, PyObject values, PyObject indices) -> int SumIntoGlobalValues(self, int blockOffset, PyObject values, PyObject indices) -> int Sum into global values at specified indices (and offset)
| def PyTrilinos::Epetra::NumPyVector::SumIntoMyValues | ( | self, | ||
| args | ||||
| ) |
SumIntoMyValues(self, PyObject values, PyObject indices) -> int SumIntoMyValues(self, int blockOffset, PyObject values, PyObject indices) -> int Sum into local values at specified indices (and offset)
| def PyTrilinos::Epetra::NumPyVector::SumIntoMyValues | ( | self, | ||
| args | ||||
| ) |
SumIntoMyValues(self, PyObject values, PyObject indices) -> int SumIntoMyValues(self, int blockOffset, PyObject values, PyObject indices) -> int Sum into local values at specified indices (and offset)
1.5.9