Subversion Repositories gelsvn

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
37 7255 d 10 h bj /branches/imesh-and-hmesh/ integrated clapack  
/branches/imesh-and-hmesh/src/Geometry/Geometry.vcproj
/branches/imesh-and-hmesh/src/LinAlg/LinAlg.vcproj
/branches/imesh-and-hmesh/GEL.sln
/branches/imesh-and-hmesh/apps/CGLA-test/CGLA-mat_test.vcproj
/branches/imesh-and-hmesh/apps/HMesh/HMesh-boundary_collapse.vcproj
/branches/imesh-and-hmesh/apps/HMesh/HMesh-decimator.vcproj
/branches/imesh-and-hmesh/apps/IMesh/IMesh-trimeshtest.vcproj
/branches/imesh-and-hmesh/src/CGLA/CGLA.vcproj
/branches/imesh-and-hmesh/src/Graphics/Graphics.vcproj
/branches/imesh-and-hmesh/src/HMesh/HMesh.vcproj
/branches/imesh-and-hmesh/src/HMeshUtil/HMeshUtil.vcproj
/branches/imesh-and-hmesh/src/HMeshUtil/x3d_load.cpp
/branches/imesh-and-hmesh/src/IMesh/IMesh.vcproj
/branches/imesh-and-hmesh/src/IMeshUtil/IMeshUtil.vcproj
/branches/imesh-and-hmesh/src/IMeshUtil/x3d_load.cpp
/branches/imesh-and-hmesh/src/LinAlg/LapackFunc.h
/branches/imesh-and-hmesh/src/LinAlg/LinAlgIO.cpp
/branches/imesh-and-hmesh/src/Util/Util.vcproj
30 7275 d 8 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