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

📄 aa_0pg.txt

📁 一些矩阵运算的C代码实现:矩阵一般运算
💻 TXT
字号:

  * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -