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

📄 a_progr.txt

📁 [[ Complex Matrices : Language c]]
💻 TXT
字号:

 (You can compile the *.c files directly without create a project)

            R for with Random values.

    * add     .c :  add two complex matrices.
    * addFR   .c : 
    * sub     .c :  subtract two complex matrices.
    * subFR   .c :
    * mul     .c :  multiply two complex matrices.
    * mulFR   .c :
    * cnj     .c :  conjugate           of a complex matrix.
    * trp     .c :  conjugate transpose of a complex matrix.
    * trpFR   .c :
    * traceFR .c :
    * deterFR .c :  determinant
    * cofacRF .c :  matrix of cofactors
    * adjoiRF .c :  adjoint
    * invFR   .c :  inverse
    * gssjdFR .c :  gaussjordan
                   (gauss : gaussjordan_mzF(&mA); => gauss_mzF(&mA);)
    * LUFR    .c : 
    * LUFdet  .c :  Det(A) = Det(L)
    * LUFInv  .c :    invA = invU invL

    * uv      .c :  Euclidian inner product in C**n.
    * distance.c :  distance in C**n.
    * norm3   .c :  norm in C**n.



 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -