

Public Member Functions | |
| def | __init__ |
| def | GetRowSpace |
| def | SetElement |
| def | FillComplete |
| def | GetMatrix |
| def | __setitem__ |
| def | __getitem__ |
Public Attributes | |
| this | |
Proxy of C++ PyTrilinos::PyMatrix class
| def PyTrilinos.ML.PyMatrix.__init__ | ( | self, | |
| args | |||
| ) |
__init__(PyTrilinos::PyMatrix self, Space RowSpace, Space ColSpace) -> PyMatrix
Reimplemented from PyTrilinos.ML.Operator.
| def PyTrilinos.ML.PyMatrix.__getitem__ | ( | self, | |
| args | |||
| ) |
__getitem__(PyMatrix self, PyObject * args) -> PyObject *
Reimplemented from PyTrilinos.ML.Operator.
| def PyTrilinos.ML.PyMatrix.__setitem__ | ( | self, | |
| args | |||
| ) |
__setitem__(PyMatrix self, PyObject * args, double val) -> PyObject *
| def PyTrilinos.ML.PyMatrix.FillComplete | ( | self, | |
| args | |||
| ) |
FillComplete(PyMatrix self)
| def PyTrilinos.ML.PyMatrix.GetMatrix | ( | self, | |
| args | |||
| ) |
GetMatrix(PyMatrix self) -> FECrsMatrix
| def PyTrilinos.ML.PyMatrix.GetRowSpace | ( | self, | |
| args | |||
| ) |
GetRowSpace(PyMatrix self) -> Space
| def PyTrilinos.ML.PyMatrix.SetElement | ( | self, | |
| args | |||
| ) |
SetElement(PyMatrix self, int row, int col, double value)
1.7.6.1