 
            
            
            
            
                13 Apr
                
                    2010
                
            
            
                13 Apr
                
                '10
                
            
            
            
        
    
                8:36 a.m.
            
        Heinrich wrote:
What are the complex operations you want to do on matrices? There is the hmatrix that binds to LAPACK and is a pleasure to use, but it's mainly about matrix multiplication and other numerical matrix operations.
The main operations I need are Matrix Inversion, Transpose, Singular Value Decomposition, and QR Factoring. LAPACK takes care of all of these. I will have to look into hmatrix. Thanks! Cheers, Hein