Size: 835
Comment:
|
Size: 628
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
* [http://www.lisp.org] Lisp的老巢 * [http://clisp.sourceforge.net/] CLisp 的老巢, 我目前使用的Lisp版本. * [http://www.supelec.fr/docs/cltl/cltl2.html] Common Lisp the Language, 2nd Edition 我的Lisp参考书 |
[[Include(/resource)]] |
::-- hoxide [DateTime(2005-10-02T02:51:44Z)] TableOfContents
1. LISP
2. 资源
3. 代码合集
3.1. 数值分析
3.1.1. 基础工具集 szcom.lisp
3.1.2. LU 分解法解线性方程组
3.1.3. 三对角阵的追赶法
3.1.4. 对称阵的LLT 分解法
3.1.5. 对称阵的LDLT分解法