# gomat **Repository Path**: tfcolin/gomat ## Basic Information - **Project Name**: gomat - **Description**: matrix library using BLAS/LAPACK - **Primary Language**: Go - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-25 - **Last Updated**: 2022-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 需要先安装 MKL 然后建立链接 ln -s ${MKLROOT}/include /usr/local/include/mkl ln -s ${MKLROOT}/lib/intel64 /usr/local/lib/mkl