⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 release.notes

📁 完全使用C++写的高效线性代数运算库!还提供了矩阵类。
💻 NOTES
字号:
    Lapack++ v. 1.1aWHAT'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 + -