
23 Jul
2008
23 Jul
'08
1:21 a.m.
Sorry Darrin, the BLAS library only includes matrix multiplication and solving triangular systems. To solve a general system, you would need to use LAPACK, but there aren't any bindings for that library yet. I would suggest you take a look at the hmatrix package, which includes a lot more linear algebra than blas does.. Patrick