[Dune] Problem with BCRSMatrix
Patrick Leidenberger
patrick.leidenberger at psi.ch
Tue Oct 31 17:27:37 CET 2006
Hi all,
I have a problem with the BCRSMatrix. I create a class with a BCRSMatrix
as private member but the size of column and row is unknown at that
point, so I use the BCRSMatrix() constructor.
If I make an access to the so created matrix () in a member function
(e.g. setrowsize) I get the error: invalid use of member (did you forget
the '&' ?)
Some help for a way that works? A way without a pointer.
Patrick
More information about the Dune
mailing list