/Matrix

My C++ library for linear algebra

Primary LanguageC++

Linear-algebra

  • Matrix_raw.h:无第三方支持的矩阵类
  • Matrix_mkl.h:基于intel MKL的矩阵类 配置安装见链接 oneAPI
  • Matrix_openblas.h:基于OpenBLAS与LAPACK的矩阵类 配置安装见链接 OpenBLAS+LAPACK