-
Unlike for dense matrices where BLAS & LAPACK are de facto standard, there are multiple competing implementation (with different interfaces) for sparse solvers.
Currently, Julia is using UMFPACK. PAR…
-
In the following example,
https://github.com/nushio3/practice/blob/master/sbv/square-root.hs
SBV seems to know that there exists at least one solution to (x^2 = 2).
However, it cannot prove that (f…
-
Currently, project_global() uses UMFpack as the only possible solver. However,
projection matrices are SPD and thus we must allow the emplyment of iterative
solvers. Same as we do, for example, in the…
solin updated
14 years ago