← Back to team overview

dolfin team mailing list archive

la/solve

 

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


Follow ups