稀疏矩阵 稀疏矩阵库。 安装 $ 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
Vcpkg安装稀疏矩阵工具Blaze所需程序包,包括配置过程
2021-09-08 12:02:47 302.46MB 稀疏矩阵库 Vcpkg Blaze SparseMatrix
1
稀疏矩阵库CSparse,经常用于SLAM方面开发。
2021-06-11 16:04:01 225KB CSparse
1