| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
interface.LinearOperator --+
|
SymmetricOperator --+
|
SymmetricBandOperator
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| rab | |||
|
Inherited from Inherited from |
|||
|
|||
Returns a SymmetricOperator of given shape and matvec
function.
Parameters
----------
shape : length 2 tuple
The shape of the operator. Should be square.
matvec : function
The matrix-vector operation.
Returns
-------
A SymmetricOperator instance.
|
Solve real symmetric or complex hermitian band matrix eigenvalue problem. Uses scipy.linalg.eig_banded function. |
Chlesky decomposition. Operator needs to be positive-definite. Uses scipy.linalg.cholesky_banded. Returns a matrix in ab form |
|
|||
rab
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 2 17:46:16 2011 | http://epydoc.sourceforge.net |