|
|
__init__(...)
__init__( (object)arg1) -> None |
|
|
|
|
__mul__(...)
__mul__( (Operator)arg1, (Data)arg2) -> object |
|
|
|
|
|
|
bool
|
isEmpty(...)
Returns:
True if matrix is empty |
|
|
|
|
nullifyRowsAndCols(...)
nullifyRowsAndCols( (Operator)arg1, (Data)arg2, (Data)arg3, (float)arg4) -> None |
|
|
|
|
of(...)
matrix*vector multiplication |
|
|
|
|
resetValues(...)
resets the matrix entries |
|
|
|
|
saveHB(...)
writes the matrix to a file using the Harwell-Boeing file format |
|
|
|
|
saveMM(...)
writes the matrix to a file using the Matrix Market file format |
|
|
|
|
solve(...)
Returns:
the solution u of the linear system this*u=in |
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|