搜索资源列表
max_batch
- 针对一个数组,计算其中和最大的子块(子区间)。采用的是O(n)的算法复杂度。
Arnold.tar
- 求解大型稀疏矩阵特征值的ARNOLD算法,利用矩阵的稀疏性降低算法的复杂度-the algorithm is to calculate the eigenvalue and eigenvector of the large sparse matrix
solution.tar
- 利用LU分解来求解方程的解,方乘的要求是中小型稠密矩阵,算法复杂度为O(n2)-calculate the solution of a equation with LU decomposition