DotNumerics C#矩阵运算 线性代数 数值分析库 DotNumerics is a website dedicated to numerical computing for .NET. DotNumerics includes a Numerical Library for .NET. The library is written in pure C# and has more than 100,000 lines of code with the most advanced alg
Eigen官方只有HTML格式的离线文档,这个CHM的文档是基于3.1.1版本(Released on 2012-07-22)制作。 Eigen 是一个线性算术的C++模板库,包括:vectors, matrices, 以及相关算法。功能强大、快速、优雅以及支持多平台[包括GCC(>=4.2),MSVC (Visual Studio 2005 and newer),Intel C++ compiler,LLVM/CLang++ (>=2.8),MinGW ]. 以MKL为例,Eig
线性代数库,使用Typescr ipt编写,并通过C ++绑定到BLAS和LAPACK进行了加速。
用法
请遵循和的安装说明来获得最佳性能。
# with C++ bindings
$ npm install vectorious
# or, if you don't want C++ bindings
$ npm install vectorious --no-optional
import v = require ( 'vectorious' ) ;
const x = v . rand