a_progr.txt
来自「[[ Complex Matrices : Language c]]」· 文本 代码 · 共 32 行
TXT
32 行
(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 + =
减小字号Ctrl + -
显示快捷键?