Download List

프로젝트 설명

LinAl was designed to bring together C++ and FORTRAN. At the same time LinAl is supposed to be easy to use, fast, and reasonably safe. The LinAl library is based on STL techniques and uses STL containers for the storage of matrix data and STL algorithms where feasible. Low level, algebraic operators, linear solvers, and eigenvalue solvers are implemented, based on calls to BLAS, LAPACK, and CGSOLX.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-12-03 15:32
4.2.4

매트릭스 수업 매개 변수를 템플릿으로 요소의 형식을 재작 성되었습니다. BLAS에 인터페이스 외에도 / LAPACK arpack에 대한 새로운 지원 / arpack + + (eigen 가치 관련 문제)와 superLU (스파스 및 비 - symmentric 매트릭스)가 추가되었습니다. 또한, 새로운 패키지, "LinAl - PAK는"이라고, LinAl 패키지에 병렬로 사용할 수있습니다. 그것은 (arpack, arpack 언급 라이브러리가 포함되어 + +, superlu) 또한 함께 몇 가지 버그를 조작하거나 또는 LinAl로 원활한 통합을 보장하기위한 몇 가지 패치 LinAl합니다.
Tags: Major feature enhancements
The matrix classes have been rewritten to have the
element type as a template parameter. Besides the
interface to blas/lapack, new support for
arpack/arpack++ (eigen value related problems) and
superLU (sparse and non-symmentric matrices) has
been added. In addition, a new package, called
"LinAl-pak", is available in parallel to the LinAl
package. It contains the mentioned libraries
(arpack, arpack++, superlu) in addition to LinAl
together with several patches for either fixing
some bugs or ensuring a smooth integration into
LinAl.

2001-01-30 15:13
1.0

초기 발표.
Initial announcement.

Project Resources