稀疏矩阵 稀疏矩阵库。 安装 $ npm i ml-sparse-matrix 用法 import { SparseMatrix } from "ml-sparse-matrix" ; const matrix1 = new SparseMatrix ( [ [ 1 , 2 ] , [ 3 , 4 ] , ] ) ; const matrix2 = new SparseMatrix ( [ [ 0 , 5 ] , [ 6 , 7 ] , ] ) ; const product = matrix1 . kroneckerProduct ( matrix2 ) ; 执照
2022-09-27 16:19:43 10KB JavaScript
1
数学计算库包含大量计算函数,包含稀疏线性方程组求解库cholmod
2021-11-04 16:57:17 42.64MB sparse matrix
1
Handbook of Robust Low-Rank and Sparse Matrix Decomposition
2021-10-12 11:09:36 12.9MB low Rank Sparse Matrix
1
numerical_solver:ODE,DAE,Newton和矩阵求解器的实现
2021-09-29 09:16:05 59.61MB c fortran numerical-methods sparse-matrix
1
Tianyi Zhou,Dacheng Tao等人提出的GoDec模型,适用于低秩分解。
2020-02-02 03:11:29 2KB GoDec 低秩分解
1