Commit Graph

29 Commits

Author SHA1 Message Date
kradchen
5353aa53d5 Add ifft_symmetric and its unit test. 2023-05-05 13:22:15 +08:00
kradchen
c967788302 Add isVector and fix isScalar function to Matrix. 2023-05-05 11:00:58 +08:00
kradchen
d9e4fc5a0d Fix std and malloc 2023-04-28 13:22:07 +08:00
kradchen
3f12f0e0c1 Add negative to Matrix 2023-04-28 13:19:12 +08:00
Krad
405963ad62 Compare and negative for matrix 2023-04-27 14:41:07 +08:00
Krad
50a668ba96 Change compare shape logic 2023-04-27 14:40:31 +08:00
Krad
6d709f74e0 Fix Matrix slice toMatrix, add is Scalar and getScalar 2023-04-27 14:40:31 +08:00
sunwen
493b84e4d1 Fix null matrix printf bug. 2023-04-25 15:07:12 +08:00
Krad
dbfca1a6f6 Improve MatrixSlice assign performance. 2023-04-24 15:24:32 +08:00
sunwen
ba15a2a7be Fix matrix printf bug. 2023-04-24 11:40:11 +08:00
sunwen
9212115e47 Add exp and exp's unittest. 2023-04-23 15:47:29 +08:00
Krad
1b1ba3cc03 Refactor Matrix unit test, remove log 2023-04-21 17:25:22 +08:00
Krad
8f7626d717 Fix matrix operator bug on - and /. 3 2023-04-21 17:04:09 +08:00
Krad
df36096f72 Fix matrix operator bug on - and /.2 2023-04-21 15:32:09 +08:00
Krad
b323ef5c0f Fix matrix operator bug on - and /. 2023-04-21 15:23:54 +08:00
sunwen
0c8e1e1038 Fix function by default value 1 in matrix mInfo . 2023-04-21 14:42:24 +08:00
Krad
a09a748051 Fix getDims, copyFromRawData and fromRawData bug.2 2023-04-21 14:29:08 +08:00
sunwen
fdc0ecfb32 Fix Matrix mInfo to column and slice with default value 1 bug. 2023-04-21 14:04:37 +08:00
sunwen
16b48e0a6d Fix Matrix mInfo to column and slice with default value 1. 2023-04-21 13:46:35 +08:00
Krad
ed7312992f Calc fix and 2d functions. 2023-04-20 17:35:03 +08:00
sunwen
65dd582f77 Add Matrix constructor with default value type,and isComplex function. 2023-04-20 17:27:44 +08:00
sunwen
16edf26a58 Add Matrix printf with complex number. 2023-04-20 17:17:08 +08:00
sunwen
d73dc8be23 Add interp and repmat function. 2023-04-20 15:34:38 +08:00
Krad
9c0667a65a Add fromRawData & copyFromRawData to Matrix class. 2023-04-20 14:06:44 +08:00
Krad
286008c4ab Fix MatrixSlice scalar mode bug. 2023-04-20 11:21:11 +08:00
Krad
044de7be5f Fix Matrix free bug(with mkl_malloc) 2023-04-20 09:32:58 +08:00
Krad
3b7c918cf1 Matrix class update. 2023-04-19 15:55:03 +08:00
Krad
e491ce88c2 Add operation ^ to Matrix class. 2023-04-19 11:30:05 +08:00
Krad
8eb2d9e1ac init 2023-04-18 13:31:14 +08:00