提交 f23e800f 编写于 作者: L liaogang

fix a bug

上级 e22aa12b
......@@ -36,6 +36,7 @@ extern "C" {
extern "C" {
#include <cblas.h>
int LAPACKE_sgetrf(int matrix_layout, int m, int n,
float* a, int lda, int* ipiv);
int LAPACKE_dgetrf(int matrix_layout, int m, int n,
double* a, int lda, int* ipiv);
int LAPACKE_sgetri(int matrix_layout, int n, float* a,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册