Commit Graph

17 Commits

Author SHA1 Message Date
kradchen
eb84af4e88 Add isMKLAllocated function to Matrix 2023-05-06 14:16:17 +08:00
sunwen
73f58cfca8 Add matrix isNan function. 2023-05-05 17:21:33 +08:00
kradchen
dbd69936bd Add forceReshape to Matrix 2023-05-05 15:03:22 +08:00
kradchen
c967788302 Add isVector and fix isScalar function to Matrix. 2023-05-05 11:00:58 +08:00
Krad
405963ad62 Compare and negative for matrix 2023-04-27 14:41:07 +08:00
Krad
6d709f74e0 Fix Matrix slice toMatrix, add is Scalar and getScalar 2023-04-27 14:40:31 +08:00
Krad
df36096f72 Fix matrix operator bug on - and /.2 2023-04-21 15:32:09 +08:00
Krad
f4acc85c1a Fix copyFromRawData and fromRawData bug 2023-04-21 13:55:29 +08:00
sunwen
65dd582f77 Add Matrix constructor with default value type,and isComplex function. 2023-04-20 17:27:44 +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
6ec61aa4cb Add comment to Matrix::New function. 2023-04-20 11:53:34 +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