22 Jul
                
                    2008
                
            
            
                22 Jul
                
                '08
                
            
            
            
        
    
                9:21 p.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