dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12937
Re: matrix action
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 <robert.c.kirby@xxxxxxxxx>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 ):
>
>
Follow ups
References