polar.c1_linops#
Classes#
|
|
|
Details#
- class LinearOperator_StencilToDense(V, W, data)[source]#
Bases:
LinearOperator
- property domain#
The domain of the linear operator - an element of Vectorspace
- property codomain#
The codomain of the linear operator - an element of Vectorspace
- property dtype#
- class LinearOperator_DenseToStencil(V, W, data)[source]#
Bases:
LinearOperator
- property domain#
The domain of the linear operator - an element of Vectorspace
- property codomain#
The codomain of the linear operator - an element of Vectorspace
- property dtype#