天软金融分析.NET函数大全
>
TSL函数
>
数学函数
>
数值计算
>
矩阵运算及分解
mt_decompose_chol
复制链接
简述
cholesky分解基础函数;如果不担心效率可以使用公用函数chol
定义
mt_decompose_chol (a;ra;flag): integer;
参数
名称
类型
说明
a
Array,TableArray
待分解的方正矩阵(二维数字数组,行列数相同)
ra
Array,TableArray
分解结果返回
flag
Boolean
上三角或者下三角选择,0下三角,1上三角
返回
integer
整数,0表示分解成功,大于0 表示分解到i步后失败(说明非正定矩阵)注意:为提高效率和其他功能的开发ra 分解后并不是三角矩阵可以把ra的上三角或者下三角设置为 0 ;
参考
Mt_decompose_lu
chol
mt_decompose_qr
mt_decompose_eig
mt_decompose_ldl
相关
mt_Multiplication
mt_Addition
mt_Subtraction
mt_Transposition
mt_iv_Gauss_Jordan
mt_iv_Ldl
mt_va_Gauss_Jordan
mt_va_ Cholesky
Mt_decompose_lu
chol
mt_decompose_qr
mt_decompose_eig
mt_decompose_svd
mt_decompose_chol
mt_decompose_ldl
ReIndex2
Orth
Standarize_II
Det
isSymmetry
diag
norm2
roots
Cond
pinv
Eigen
isDefinite