📄 news
字号:
Lapack++ 2.5.2 released on 2007-07-14This bugfix release introduces another copy() method for all thematrices, along with documentation of a known issue when declaring anew matrix variable that should contain a deep copy of anothersubmatrix (see operator= documentation). Also, this release fixes thebroken LaIndex::set method.Lapack++ 2.5.1 released on 2007-01-30This bugfix release will fix problems with the new gcc-4.1.2compiler due to different fortran return values of zdotc(). Also,an ambiguous overloading of Blas_Mat_Mat_Mult() functions isfixed. For MSVC compilers, the inject() method has been fixed. ForLaSVD_IP, the argument checking will only complain about wrong Uand Vt arguments if they are actually used.Lapack++ 2.5.0 released on 2006-12-05This release contains improved classes for symmetric bandedmatrices and a completely new class for their factorization (hencethe libtool major version of the library was incremented). Somevector classes got resize() methods where these were stillmissing. The exception class was improved so that easily theassert()s can be changed into throwing exceptions, although thedefault is still the conventional behaviour of aborting theapplication. The header files for non-C++ lapack functions wereimproved to enable their use in plain C as well.Lapack++ 2.4.10 released on 2006-05-17This release eventually enables the compilation of a real dynamicDLL on windows/MSVC, because before it could only create a staticLIB. To build this, you need libblas32.lib and liblapack32.libwhich are available in the pre-compiled setup.exe package in thesubdirectory lapackpp\lib\ of the installation location.Lapack++ 2.4.9 released on 2006-05-15In this release, some eigenvector function names have beenclarified, some matrix operators have been improved, and a projectfile for MSVC 7.1 has been added. Also, the header files with "++"in the name are no longer installed (though still included in thetarball).Lapack++ 2.4.7 released on 2006-02-24In this release, scaling functions for matrices have beenadded. Also, a serious calculation error regarding the normF ofnon-square matrices has been fixed. And some newer MicrosoftVisual C++ is probably now support that hasn't been before.LAPACK++ 2.0.0 released on 2004-07-14For LAPACK++ 1.1, the authors are as follows:University of Tennessee, Knoxvilee, TN.Oak Ridge National Laboratory, Oak Ridge, TN.Authors: J. J. Dongarra, E. Greaser, R. Pozo, D. Walker(C) 1992-1996 All Rights ReservedAnd their last statement was: Lapack++ is no longer activelysupported. The successor to this project is that Template NumericalToolkit (TNT), see http://math.nist.gov/tnt for details.Since then, the existing code base was picked up and this successorLAPACK++ 2.0 was created by Christian Stimming <stimming@tuhh.de>.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -