平均因子分解法
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky dec...
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky dec...
高斯公式的解法,以及一些算法。是关于积分的那块的。包括余项的算法...
#include "iostream" using namespace std; class Matrix { private: double** A; //矩阵A double *b; //向量b public: int size; ...
数值计算中的Doolittle分解法(含有紧凑方式的解法),是用VC++编写的...
一类kdv方程数值解法,kdv方程的数值解法,利用将偏微分方程差分化求解...