Commit 33f4be99 by dongshufeng

refactor: Change name

parent cc6b370f
...@@ -2,4 +2,4 @@ a = sparse([0,0,0,1,2,2], [0,1,2,1,1,2], [1,1,2,3,3,sin(8-2)], 3, 3); ...@@ -2,4 +2,4 @@ a = sparse([0,0,0,1,2,2], [0,1,2,1,1,2], [1,1,2,3,3,sin(8-2)], 3, 3);
b = [1,12,7]; b = [1,12,7];
r = sp_linsolve(a, b, [0,0,0]); r = sp_linsolve(a, b, [0,0,0]);
r2 = sp_linsolve(a, b); r2 = sp_linsolve(a, b);
return r - r2; return r;
\ No newline at end of file \ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论