| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
interface.LinearOperator --+
|
BandOperator --+
|
LowerTriangularOperator
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Generate a BandOperator instance
Arguments
---------
shape : 2-tuple
The shape of the operator
ab : ndarray with ndim == 2
Store the bands of the matrix using LAPACK storage scheme.
kl : int
Number of subdiagonals
ku : int
Number of superdiagonals
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 2 17:46:16 2011 | http://epydoc.sourceforge.net |