Amoiensis / Matrix_hub

A lib of Matrix operation for C language. (矩阵运算库--C语言)
Apache License 2.0
234 stars 53 forks source link

M_det函数似乎有Bug,正负号会出现错误 #13

Open ouclight opened 11 months ago

ouclight commented 11 months ago

行列式a[4][4]={5,7,5,5,3,8,3,1,3,5,3,8,5,7,3,7}, 行列式正确值为206,但M_det(a)为-206;