Open twhughes opened 4 years ago
Really interesting package!
Does it support solving linear systems of equations: for example, solve for x in Ax=b where A is block sparse matrix and x and b are vectors? For example via LU decomposition -> backsubstitution or iterative solvers?
x
Ax=b
b
Thanks
Really interesting package!
Does it support solving linear systems of equations: for example, solve for
x
inAx=b
where A is block sparse matrix andx
andb
are vectors? For example via LU decomposition -> backsubstitution or iterative solvers?Thanks