Subversion Repositories gelsvn

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
30 7276 d 2 h jab /branches/imesh-and-hmesh/src/LinAlg/ Added Henrik Aan�s' linear algebra package in a version that is somewhat
compatible with CGLA. This package depends only on lapack it would appear.

The contents is very simple
- a numerical matrix and vector classes
- lapack function wrappers that work with these classes for solving linear
systems, SVD, and factorization.
- stream output
 
/branches/imesh-and-hmesh/src/LinAlg
/branches/imesh-and-hmesh/src/LinAlg/LapackFunc.cpp
/branches/imesh-and-hmesh/src/LinAlg/LapackFunc.h
/branches/imesh-and-hmesh/src/LinAlg/LinAlgIO.cpp
/branches/imesh-and-hmesh/src/LinAlg/LinAlgIO.h
/branches/imesh-and-hmesh/src/LinAlg/Makefile
/branches/imesh-and-hmesh/src/LinAlg/Matrix.h
/branches/imesh-and-hmesh/src/LinAlg/Vector.h