📄 release.notes
字号:
LAPACK++ V2-----------------------2004-12-16 Version 2.1.0------------------------Some matrix norms have been added in this release, and much of thedocumentation has been updated. Singular value calculation has beenfixed. The '++' in filenames has been removed, but wrapper files withthe old name for backward-compatibility are still included.2004-07-21 Version 2.0.0------------------------This release includes code cleanup for GCC3.4 compilers. Due to thestability of the library, we now switched to version number two. Somefunctions for Singular Value Decomposition have been added.2004-02-24 Version 1.9.3------------------------Some LaLinearSolve function arguments have been made const inaccordance to the actual behaviour. The documentation has been greatlyupdated.2004-02-06 Version 1.9.1------------------------Documentation has been greatly updated. UnexpectedLaGenMatDouble::operator=() behaviour has been fixed.2004-02-04 Version 1.9.0------------------------Complex matrices are available again, through the help of theadditional class LaComplex (la::complex<double>) which contains thenecessary conversion functions.Original release notes for Lapack++ v. 1.1a below:WHAT'S NEW IN VERSION 1.1.a---------------------------Version 1.1a is a bug-fix release, reflecting changesC++ compiler support:o) removed generic.h dependencies (used in early C++ compilers)o) changed X::X(&X) constructor to X::X(const &X) in utgmd.h, ltgmd.h, ultgmd.h, uutmgd.h, o) reordered members in several matrix objects to coincide with constructor argument ordering.o) removed unused variables (generated warnings on some compilers)INSTALLATION INSTRUCTIONS:-------------------------1) Edit makefile.def to provide system-dependent information, mainly the name of the C++ compiler and location of BLAS and LAPACK libraires. 2) type "make libs" to create Lapack++ libraries: o) blaspp.a BLAS wrappers o) liblamatrix++.a Vector/Matrix classes o) liblapack++.a LAPACK wrappers 3) libraires are created in top-level directory of package.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -