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

List of all members.

Public Member Functions

def __init__
def GetRowSpace
def SetElement
def FillComplete
def GetMatrix
def __setitem__
def __getitem__

Public Attributes

 this

Detailed Description

Proxy of C++ PyTrilinos::PyMatrix class

Constructor & Destructor Documentation

def PyTrilinos.ML.PyMatrix.__init__ (   self,
  args 
)
__init__(PyTrilinos::PyMatrix self, Space RowSpace, Space ColSpace) -> PyMatrix

Reimplemented from PyTrilinos.ML.Operator.


Member Function Documentation

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)

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