oops. send hit prematurely,
class FooAction( dolfin.uBLASKrylovMatrix ):
def __init__( self ):
# whatever initialization I need
def mult( self , x , y ):
# put my nifty code here for doing matrix-vector products
def size( self , dim ):
# however big the implied matrix is in each direction
Thanks,
Rob
On Mon, Apr 6, 2009 at 4:40 PM, Robert Kirby <[email protected]>wrote:
> It seems that uBLASKrylovMatrix is now loaded in pyDOLFIN but
> thatuBLASKrylovSolver
> is not.
>
> Also, let me confirm that the intended usage is
>
> public Foo( dolfin.uBLASKrylovMatrix ):
>
>
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev