Thread Previous • Date Previous • Date Next • Thread Next |
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
Thread Previous • Date Previous • Date Next • Thread Next |