Commit Graph

  • bbd2320c56 Add random function. Krad 2023-04-25 09:41:55 +08:00
  • 55d27f25d7 Add sort, sortrows, median and their unit test. Krad 2023-04-25 09:41:40 +08:00
  • 37ffe9b51b Add index to min and max. Krad 2023-04-24 16:02:15 +08:00
  • a895785319 Add mean and mean's unit test. Krad 2023-04-24 15:24:23 +08:00
  • 2855d5c9a0 Add EIGEN_USE_MKL_ALL to AuroraDefs.h Krad 2023-04-24 15:23:07 +08:00
  • dbfca1a6f6 Improve MatrixSlice assign performance. Krad 2023-04-24 15:22:47 +08:00
  • 99b8d81210 Add conj and conj's unittest. sunwen 2023-04-24 13:05:44 +08:00
  • ba15a2a7be Fix matrix printf bug. sunwen 2023-04-24 11:40:11 +08:00
  • 49d9026592 Add acosd and acosd's unittest. sunwen 2023-04-24 11:21:31 +08:00
  • 7bd5b8a829 Add acos and acos's unittest. sunwen 2023-04-24 09:58:51 +08:00
  • c3462330c1 Add sum and sum's unit test. Krad 2023-04-23 17:32:04 +08:00
  • 46be233087 Add mod's unittest. sunwen 2023-04-23 16:42:42 +08:00
  • 4096087315 Add mod and mod's unittest. sunwen 2023-04-23 16:37:23 +08:00
  • 4c08268887 Add min and max to Function2D. Krad 2023-04-23 16:02:08 +08:00
  • c0e413e80c Add AuroraDefs.h Krad 2023-04-23 16:01:53 +08:00
  • 9212115e47 Add exp and exp's unittest. sunwen 2023-04-23 15:47:29 +08:00
  • 3833040672 Add zeros and ones to Function3D. Krad 2023-04-23 13:29:53 +08:00
  • f4d59813cf Fix commmit bug. sunwen 2023-04-23 13:10:52 +08:00
  • 8cec1440f2 Add log and log's unittest. sunwen 2023-04-23 11:44:24 +08:00
  • 57e712a006 Add polyval to Function1D Krad 2023-04-23 11:12:00 +08:00
  • 5e85d0f361 Function1D bug fix and unit test. Krad 2023-04-23 10:39:26 +08:00
  • 0cde4460a8 Add Function3D_Test.cpp Krad 2023-04-23 09:40:22 +08:00
  • 47443b309d Arrange Test directory. Krad 2023-04-23 09:30:47 +08:00
  • 1b1ba3cc03 Refactor Matrix unit test, remove log Krad 2023-04-21 17:25:22 +08:00
  • c1c09fa45f Add repmat and interp unittest. sunwen 2023-04-21 17:12:53 +08:00
  • 8f7626d717 Fix matrix operator bug on - and /. 3 Krad 2023-04-21 17:04:09 +08:00
  • df36096f72 Fix matrix operator bug on - and /.2 Krad 2023-04-21 15:32:09 +08:00
  • b323ef5c0f Fix matrix operator bug on - and /. Krad 2023-04-21 15:23:35 +08:00
  • 0c8e1e1038 Fix function by default value 1 in matrix mInfo . sunwen 2023-04-21 14:42:24 +08:00
  • a09a748051 Fix getDims, copyFromRawData and fromRawData bug.2 Krad 2023-04-21 14:29:08 +08:00
  • fdc0ecfb32 Fix Matrix mInfo to column and slice with default value 1 bug. sunwen 2023-04-21 14:04:37 +08:00
  • f4acc85c1a Fix copyFromRawData and fromRawData bug Krad 2023-04-21 13:55:29 +08:00
  • 16b48e0a6d Fix Matrix mInfo to column and slice with default value 1. sunwen 2023-04-21 13:46:35 +08:00
  • 7eac11272c Change repmat copy function from std::copy to cblas_dcopy. sunwen 2023-04-21 11:32:53 +08:00
  • 84fee55eb8 Fix repmat with complex bug. sunwen 2023-04-20 17:52:36 +08:00
  • ed7312992f Calc fix and 2d functions. Krad 2023-04-20 17:35:03 +08:00
  • 65dd582f77 Add Matrix constructor with default value type,and isComplex function. sunwen 2023-04-20 17:27:44 +08:00
  • 16edf26a58 Add Matrix printf with complex number. sunwen 2023-04-20 17:17:08 +08:00
  • d73dc8be23 Add interp and repmat function. sunwen 2023-04-20 15:34:38 +08:00
  • 9c0667a65a Add fromRawData & copyFromRawData to Matrix class. Krad 2023-04-20 14:06:44 +08:00
  • 6ec61aa4cb Add comment to Matrix::New function. Krad 2023-04-20 11:53:34 +08:00
  • 286008c4ab Fix MatrixSlice scalar mode bug. Krad 2023-04-20 11:21:11 +08:00
  • 044de7be5f Fix Matrix free bug(with mkl_malloc) Krad 2023-04-20 09:32:58 +08:00
  • fedf13d5d0 Add free method to Aurora. Krad 2023-04-20 09:31:10 +08:00
  • 3b7c918cf1 Matrix class update. Krad 2023-04-19 15:54:52 +08:00
  • 0d98d313a5 Add Function1D, Function2D, Function3D files. Krad 2023-04-19 11:31:01 +08:00
  • e491ce88c2 Add operation ^ to Matrix class. Krad 2023-04-19 11:30:05 +08:00
  • 8eb2d9e1ac init Krad 2023-04-18 13:31:14 +08:00