Go to the source code of this file.
- Examples:
- 15-numcxx-umfpack.cxx.
Definition at line 14 of file 15-numcxx-umfpack.cxx.
26 if (i<n-1) A(i,i+1)=-1;
31 UmfpackSolver.update(A);
32 UmfpackSolver.solve(U,F);
33 double residual=
normi(A*U-F);
35 std::cout <<
"residual:" << residual << std::endl;
Sparse matrix class using CRS storage scheme.
A::value_type normi(const A &a)
Maximum norm of array or expression.
One dimensional array class.
Bridge class for using umfpack as solver for vmatrix.