aa_0pg.txt
来自「一些矩阵运算的C代码实现:矩阵一般运算」· 文本 代码 · 共 35 行
TXT
35 行
* You can compile the *.c files directly without create a project.
* The h files are in the "hfile_r.zip" file.
*->r real
*->z complex
aa*_add.c : Add two matrices.
aa*_sub.c :
aa*_mul.c : multiply two matrices.
aa*_trace.c :
aa*_minor.c :
aa*_mminor.c :
aa*_det.c : determinant.
aa*_inv.c : inverse. (use adjoint())
aa*_gssjd.c : gauss jordan.
aa*_gjInone.c : gauss jordan. (Sytem with none or several solutions)
aa*_inv_gjd.c : inverse (use gaussjordan())
aa*_LU.c : LU. (decomposition)
aa*_PLU.c : PLU. (decomposition)
aa*_Gram.c : Gram-Schimdt process
aa*_QR.c : QR. (decomposition)
aa*_rowdimR.c :
aa*_coldimIR.c :
aa*_rank.c :
aa*_nullity.c :
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?