Commit Graph

  • a692412cff Safer cleaner for symeig Roland Grinis 2021-04-09 10:08:55 +0100
  • fe8579180d Open epsilon to client to control numerical precision for power methods Roland Grinis 2021-04-09 09:56:37 +0100
  • 3f0dff3ce9 Approximate spectral decomposition for symmetric matrices based on SVD Roland Grinis 2021-04-09 09:18:00 +0100
  • e4dbabc30f more infor Roland Grinis 2021-04-09 08:32:03 +0100
  • 5d8b42da90 minor corrections to linear stuff Roland Grinis 2021-04-09 08:29:08 +0100
  • 8c1131dd58 Approaching SymEig through SVD Roland Grinis 2021-04-09 08:03:47 +0100
  • a09a1c7adc Fixed tests Roland Grinis 2021-04-09 07:33:25 +0100
  • ea4d6618b4 fix bugs in svd AlyaNovikova 2021-04-08 23:58:44 +0300
  • 74dfca4e2e Using kmath-stat for random normals Roland Grinis 2021-04-07 15:11:00 +0100
  • 31460df721 GaussianSampler inherits Blocking Sampler darksnake 2021-04-07 14:14:22 +0300
  • 383376080e Merge branch 'dev' into feature/tensor-algebra Roland Grinis 2021-04-07 12:05:56 +0100
  • 5bdc02d18c fix for #272 Alexander Nozik 2021-04-06 17:17:43 +0300
  • 174f6566e1 Negative indices Roland Grinis 2021-04-06 12:07:39 +0100
  • 2bbe10e41c SymEig test Roland Grinis 2021-04-06 11:41:41 +0100
  • dcdc22dd9d SVD test to be fixed Roland Grinis 2021-04-06 11:04:00 +0100
  • 45301d9172
    Update build.yml Alexander Nozik 2021-04-06 11:15:47 +0300
  • 4336788a6b Moving Alya's SVD implementation to linutils Roland Grinis 2021-04-06 09:00:13 +0100
  • 814eab8cde implement svd function and tests for it AlyaNovikova 2021-04-06 00:06:14 +0300
  • 94093378e0
    Merge pull request #268 from mipt-npm/commandertvis/e-pi Alexander Nozik 2021-04-05 19:50:02 +0300
  • cf91da1a98
    Add pi and e constants, some unrelated changes Iaroslav Postovalov 2021-03-31 21:51:54 +0700
  • f7e792faff Add test for grid iteration. darksnake 2021-04-02 19:09:35 +0300
  • ae5ca44dc0
    Merge pull request #270 from mipt-npm/commandertvis/fix-binding Alexander Nozik 2021-04-02 12:52:38 +0300
  • e6921025d1
    Remove redundant try-catch expressions Iaroslav Postovalov 2021-04-02 16:46:12 +0700
  • a91d468b74 Refactor Algebra and ExpressionAlgebra. Introduce bindSymbolOrNull on the top level Alexander Nozik 2021-04-01 21:27:30 +0300
  • 3e98240b94 add function diagonalEmbedding with tests AlyaNovikova 2021-04-01 20:21:14 +0300
  • af4866e876 Refactor MST Alexander Nozik 2021-04-01 20:15:49 +0300
  • c2bab5d138 Fix Samplers and distribution API Alexander Nozik 2021-04-01 18:18:54 +0300
  • ae911fcc2f
    Merge pull request #264 from mipt-npm/commandertvis/ast-rendering Alexander Nozik 2021-03-31 13:06:14 +0300
  • 9ee506b1d2
    Some experiments with MST rendering Iaroslav Postovalov 2021-03-25 23:57:47 +0700
  • b36281fa39 roll back Roland Grinis 2021-03-31 09:23:41 +0100
  • 706a44fd33 get normals TBD Roland Grinis 2021-03-31 09:15:55 +0100
  • 5abd63cde2 moving to kmath-tensors module Roland Grinis 2021-03-31 09:07:45 +0100
  • 61edf999c8 Merge branch 'dev' into feature/tensor-algebra Roland Grinis 2021-03-31 08:35:48 +0100
  • 6305acea68 API dump Roland Grinis 2021-03-31 08:32:53 +0100
  • b4fc311668
    Merge pull request #164 from mipt-npm/feature/mp-samplers Alexander Nozik 2021-03-31 09:25:44 +0300
  • 9574099f9b
    Fix post-merge issues Iaroslav Postovalov 2021-03-31 02:24:21 +0700
  • f26cad6d18
    Merge branch 'dev' into feature/mp-samplers Iaroslav Postovalov 2021-03-31 01:48:26 +0700
  • 07b6f988c2 forgot ln Roland Grinis 2021-03-30 19:31:42 +0100
  • b5d3ca76db Dropping creation methods from interface Roland Grinis 2021-03-30 19:20:20 +0100
  • ae30d3a03e remerging pr 263 Roland Grinis 2021-03-30 16:58:05 +0100
  • 03455a3beb infix dot forgotten Roland Grinis 2021-03-30 14:36:59 +0100
  • 581c13c573 drop code duplication Roland Grinis 2021-03-30 14:14:05 +0100
  • 370bab462c merged pull request Roland Grinis 2021-03-30 13:14:09 +0100
  • 139534fdb3 fix Andrei Kislitsyn 2021-03-30 15:13:45 +0300
  • 97f148c175 Merge commit 'refs/pull/263/head' of ssh://git.jetbrains.space/mipt-npm/sci/kmath into feature/tensor-algebra Roland Grinis 2021-03-30 13:06:23 +0100
  • 2503d35ba8 complete qr + test qr and lu Andrei Kislitsyn 2021-03-30 14:53:19 +0300
  • d281dfca3a Separate linear algebra utils into dedicated module Roland Grinis 2021-03-30 11:22:55 +0100
  • 6e85d496f2 resolve conflict Andrei Kislitsyn 2021-03-30 00:22:10 +0300
  • 51eca003af Moved back value to main algebra context Roland Grinis 2021-03-29 22:11:34 +0100
  • 92710097f0 Fixing 2D and 1D casts Roland Grinis 2021-03-29 21:58:56 +0100
  • 3219712019 resolve merge conflict Andrei Kislitsyn 2021-03-26 23:49:58 +0300
  • 22b68e5ca4 BufferedTensor2D & BufferedTensor1D Roland Grinis 2021-03-26 20:36:21 +0000
  • 5d830206a2 Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew Andrei Kislitsyn 2021-03-26 19:03:43 +0300
  • 516cd90677 Moved out to archive unimplemented API Roland Grinis 2021-03-26 15:36:53 +0000
  • e03910354e ok reverting Roland Grinis 2021-03-26 15:14:23 +0000
  • 056699f27b Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew Andrei Kislitsyn 2021-03-26 18:10:53 +0300
  • 1588b5d94f once mutable stay it and enjoy Roland Grinis 2021-03-26 15:09:18 +0000
  • 3cb9535fc9 Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew Andrei Kislitsyn 2021-03-26 18:07:20 +0300
  • a6354623ec returning cols/rows as vectors Roland Grinis 2021-03-26 15:06:05 +0000
  • d6a1bee93b Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew Andrei Kislitsyn 2021-03-26 17:43:20 +0300
  • 1f19ac88ae qr fix Andrei Kislitsyn 2021-03-26 17:43:08 +0300
  • 9162867fc2 Mutable structures 2D functionality added Roland Grinis 2021-03-26 14:37:27 +0000
  • 1056fc7200 Test for scalar product Roland Grinis 2021-03-26 13:48:59 +0000
  • daa0777182 removed unused code Roland Grinis 2021-03-24 18:43:03 +0000
  • 94b5afa6c4 eq moved to interface Roland Grinis 2021-03-24 18:39:40 +0000
  • f70f60c0e8 Moved det to LinearOps Roland Grinis 2021-03-24 15:58:25 +0000
  • a4aa4b80d2 Updated API Roland Grinis 2021-03-24 15:51:58 +0000
  • ab81370001 fixes Andrei Kislitsyn 2021-03-24 18:42:41 +0300
  • 96a755071f Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew Andrei Kislitsyn 2021-03-24 18:08:53 +0300
  • 206bcfc909 lu inv and det complete + tests Andrei Kislitsyn 2021-03-24 18:08:36 +0300
  • cd05ca6e95 Initial Optimization API Alexander Nozik 2021-03-24 16:36:06 +0300
  • 5c0674f1f5 Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew Andrei Kislitsyn 2021-03-24 14:00:51 +0300
  • fea53af0ee fix Andrei Kislitsyn 2021-03-24 14:00:47 +0300
  • c2f11fb6e1 fix bugs in function dot, add tests AlyaNovikova 2021-03-24 13:43:54 +0300
  • e216fd50f5 Merge remote-tracking branch 'origin/dev' into dev Alexander Nozik 2021-03-24 13:33:08 +0300
  • bd736c6716 Added API feature/torch Roland Grinis 2021-03-23 16:09:12 +0000
  • e01ca38fb3 Tasks for Andrei and Alya Roland Grinis 2021-03-23 13:51:52 +0000
  • 078686a046 hotfix sequence Andrei Kislitsyn 2021-03-23 15:59:55 +0300
  • 570642e56d
    Merge pull request #258 from mipt-npm/commandertvis/doc Alexander Nozik 2021-03-23 15:55:51 +0300
  • 7579a35f8e
    Merge branch 'dev' into commandertvis/doc Iaroslav Postovalov 2021-03-23 19:48:16 +0700
  • 4d160b81b9
    Improve KDoc comments for kmath-functions Iaroslav Postovalov 2021-03-23 19:48:12 +0700
  • 2d2c4bd474 add broadcast of all dims except the last 2, add tensors dot, fix bug in function times AlyaNovikova 2021-03-23 14:53:54 +0300
  • 5a108c0604
    Merge pull request #256 from mipt-npm/commandertvis/dokka-links Alexander Nozik 2021-03-22 16:41:43 +0300
  • 1b01654667
    Improve Dokka configuration Iaroslav Postovalov 2021-03-22 18:32:08 +0700
  • 67aa173927
    Some documentation updates Iaroslav Postovalov 2021-03-22 16:11:54 +0700
  • 0365d41f31 Merged PR Roland Grinis 2021-03-21 17:57:19 +0000
  • df402086da init test for analytic algebra Andrei Kislitsyn 2021-03-21 19:08:30 +0300
  • 8e9a85078e Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew Andrei Kislitsyn 2021-03-21 19:05:14 +0300
  • fa78ed1f45 map and analytic funcions Andrei Kislitsyn 2021-03-21 19:05:11 +0300
  • d8ef190ed8 UnaryPlus fails API check Roland Grinis 2021-03-21 08:07:17 +0000
  • 94e5ee4a6d TensorLinearStructure introduced Roland Grinis 2021-03-21 08:01:52 +0000
  • 510c855a65 Merge dev, API check failed Roland Grinis 2021-03-21 07:41:48 +0000
  • b7e1349ead atanh as example Roland Grinis 2021-03-20 18:59:54 +0000
  • 8933c820b3 merge PR Roland Grinis 2021-03-19 20:32:57 +0000
  • a0534b896f resolve conflict Andrei Kislitsyn 2021-03-19 23:26:54 +0300
  • 93d3cb47be Testing linear structure Roland Grinis 2021-03-19 20:10:08 +0000
  • 3535e51248 Broadcasting as its own algebra Roland Grinis 2021-03-19 19:52:58 +0000
  • 274be61330 Explicit broadcasting enforced Roland Grinis 2021-03-19 19:40:17 +0000
  • 5e94610e28 imp full and remove copypaste in geners Andrei Kislitsyn 2021-03-19 17:51:30 +0300
  • aeceb4a337 Move dataset to core Alexander Nozik 2021-03-19 14:53:14 +0300