搜索资源列表
MatrixCalculator.rar
- 用C#编写的基本的矩阵运算器 包括加减乘除 转职,求逆,基本矩阵判断以及LDU分解和QR分解,a matrix calculator
PCA
- c#QR分解,通过读入excel文件,读取其中数据,把其中数据读入程序中,进行运算-c# QR decomposition, by reading into the excel file, which reads the data, to which the data is read into the program, for computing
sauce
- 数值分析课程实验--带双步位移的QR分解程序-Numerical analysis course experiment- with the two-step displacement QR decomposition procedures
matrixQRfactorizationbyGivens
- C#实现利用Givens矩阵对矩阵A进行QR分解-QR decomposition the Givens matrix of the matrix A by C#
leastsquar--QR-(CSharp)
- 有关QR分解的最小二乘问题的C#源程序,方便初学者理解。-the leastsquare problem solved by QR decomposition,and it is very suitable for the beginner to learn the problem