Thread Previous • Date Previous • Date Next • Thread Next |
On Thu, Apr 10, 2008 at 11:07:50AM +0200, Ola Skavhaug wrote: > Should be change: > /// Solve linear system Ax = b > void solve(const Matrix& A, Vector& x, const Vector& b); > > to > /// Solve linear system Ax = b > void solve(const GenericMatrix& A, GenericVector& x, const GenericVector& b); > > ? > > Ola Yes! -- Anders
Thread Previous • Date Previous • Date Next • Thread Next |