Commit Graph

22 Commits

Author SHA1 Message Date
z00512249 95a34dcbfa add sparse gmres api && check && bprop 2022-03-16 11:25:10 +08:00
hezhenhao1 af79596baf CSRTensor test cases do not support mac and window. 2022-03-14 14:06:40 +08:00
hezhenhao1 b63e4b8b20 Fix bprop of cg method, support to return CSRTensor. 2022-03-10 21:24:39 +08:00
hezhenhao1 28e74b1e5f Fix sparse check and refactor the test cases of cg method. 2022-03-10 15:33:11 +08:00
z00512249 b368237340 fix Cholesky bprop implement to support symmetric 2022-03-08 14:54:45 +08:00
hezhenhao1 9682769a02 Add grad implementation and test cases for cg method. 2022-03-08 10:12:23 +08:00
hezhenhao1 885210b634 Add CSRTensor support and test cases for cg method. 2022-03-02 19:22:11 +08:00
z00512249 8bba3a063a fix scipy st utils to creat_sys_pos_martix 2022-02-24 19:52:19 +08:00
zhujingxuan c99aa71ba6 move error test to daily build 2022-02-21 20:41:55 +08:00
z00512249 fb31addb16 add cho_factor && cho_solve grad st 2022-02-18 17:53:56 +08:00
zhujingxuan e30847cac0 The `solve_triangular` API fallback.
Now only the `SolveTriangular` op supports batch computation, the `solve_triangular` API only accept 2D matrix input.
2022-02-12 18:10:29 +08:00
zhujingxuan 933f99f917 batch support for solve_triangular
Add batch support for solve_triangular and the corresponding test cases
2022-02-10 17:34:46 +08:00
hezhenhao1 ace447279e Opt Eig operator to support batch shape. 2022-02-08 16:00:27 +08:00
zhujingxuan 3adaa8922d add test case for exceptions 2022-01-29 14:54:37 +08:00
hezhenhao1 90ba8916cc Add grad implementation for SolveTriangular ops 2022-01-22 17:43:24 +08:00
hezhenhao1 1a570479b3 Add grad implementation for Eigh ops. 2022-01-21 14:04:41 +08:00
wenbean d700b5daa7 Add matrix_band_part cpu kernel and test cases 2022-01-20 09:46:33 +08:00
z00512249 872d8b37da fix lu factor and solve for cpu backend 2021-11-26 16:24:01 +08:00
z00512249 c3f823cb3e scipy gmres batched interface 2021-11-16 21:10:08 +08:00
hezhenhao1 93decfffae Add cg method and test cases. And refactor the st test. 2021-11-15 10:49:58 +08:00
hezhenhao1 32fbcc3f5b Add inv method and test cases in mindspore.scipy. 2021-11-08 11:44:14 +08:00
liqiliang dd829f53f9 Add BFGS, line_search and block_diag algorithms in scipy. 2021-11-01 16:06:41 +08:00