Andrei Kislitsyn
|
b7da52edb1
|
pretty printer
|
2021-04-15 23:10:15 +03:00 |
|
Iaroslav Postovalov
|
41b7349a43
|
Setup copyright headers, add references to third-party files, update LICENSE
|
2021-04-16 00:15:00 +07:00 |
|
|
19ec6a57a4
|
Gauss-Legendre working test
|
2021-04-15 19:39:46 +03:00 |
|
|
93bc371622
|
WIP Integrator tests
|
2021-04-15 09:53:29 +03:00 |
|
Roland Grinis
|
0fa73e1e9e
|
Drop unused code
|
2021-04-14 22:21:18 +01:00 |
|
Roland Grinis
|
b46e8c5fe2
|
LU and det refactored
|
2021-04-14 22:13:54 +01:00 |
|
|
e2ceb64d36
|
Fix errors and migrations
|
2021-04-14 23:26:21 +03:00 |
|
Andrei Kislitsyn
|
2092cc9af4
|
resolve conflict
|
2021-04-14 23:12:39 +03:00 |
|
Andrei Kislitsyn
|
bbe7c99ec5
|
fix det
|
2021-04-14 23:11:06 +03:00 |
|
Andrei Kislitsyn
|
aeb71b5d27
|
fix det
|
2021-04-14 23:10:42 +03:00 |
|
Andrei Kislitsyn
|
c7669d4fba
|
fix det
|
2021-04-14 23:05:54 +03:00 |
|
Roland Grinis
|
a2d41d5e73
|
Cholesky with precision in client API
|
2021-04-14 20:30:42 +01:00 |
|
|
6cea5742e8
|
Blocking statistics. Move MST to core
|
2021-04-14 12:40:26 +03:00 |
|
|
ce4dcb63b0
|
Roll-back to 0.9.4 plugin
|
2021-04-10 17:29:36 +03:00 |
|
|
000c79d42f
|
Simplify test
|
2021-04-10 17:15:15 +03:00 |
|
|
4abd0bdb6f
|
Migrate to gradle 7.0 and suspend-inline bug
|
2021-04-10 16:31:08 +03:00 |
|
|
acb4052fe4
|
Migrate to gradle 7.0 and suspend-inline bug
|
2021-04-10 15:20:09 +03:00 |
|
Roland Grinis
|
75783bcb03
|
some todos
|
2021-04-09 14:06:44 +01:00 |
|
Roland Grinis
|
b51427d2ab
|
test to fix determinant
|
2021-04-09 12:26:03 +01:00 |
|
Roland Grinis
|
1e8da7a87b
|
Cholesky decomp tests and checks - det to be fixed
|
2021-04-09 10:53:36 +01:00 |
|
Roland Grinis
|
a692412cff
|
Safer cleaner for symeig
|
2021-04-09 10:08:55 +01:00 |
|
Roland Grinis
|
fe8579180d
|
Open epsilon to client to control numerical precision for power methods
|
2021-04-09 09:56:37 +01:00 |
|
Roland Grinis
|
3f0dff3ce9
|
Approximate spectral decomposition for symmetric matrices based on SVD
|
2021-04-09 09:18:00 +01:00 |
|
Roland Grinis
|
e4dbabc30f
|
more infor
|
2021-04-09 08:32:03 +01:00 |
|
Roland Grinis
|
5d8b42da90
|
minor corrections to linear stuff
|
2021-04-09 08:29:08 +01:00 |
|
Roland Grinis
|
8c1131dd58
|
Approaching SymEig through SVD
|
2021-04-09 08:03:47 +01:00 |
|
Roland Grinis
|
a09a1c7adc
|
Fixed tests
|
2021-04-09 07:33:25 +01:00 |
|
AlyaNovikova
|
ea4d6618b4
|
fix bugs in svd
|
2021-04-08 23:58:44 +03:00 |
|
Roland Grinis
|
74dfca4e2e
|
Using kmath-stat for random normals
|
2021-04-07 15:11:00 +01:00 |
|
|
31460df721
|
GaussianSampler inherits Blocking Sampler
|
2021-04-07 14:14:22 +03:00 |
|
Roland Grinis
|
383376080e
|
Merge branch 'dev' into feature/tensor-algebra
|
2021-04-07 12:05:56 +01:00 |
|
|
5bdc02d18c
|
fix for #272
|
2021-04-06 17:17:43 +03:00 |
|
Roland Grinis
|
174f6566e1
|
Negative indices
|
2021-04-06 12:07:39 +01:00 |
|
Roland Grinis
|
2bbe10e41c
|
SymEig test
|
2021-04-06 11:41:41 +01:00 |
|
Roland Grinis
|
dcdc22dd9d
|
SVD test to be fixed
|
2021-04-06 11:04:00 +01:00 |
|
Alexander Nozik
|
45301d9172
|
Update build.yml
Add timeout to build
|
2021-04-06 11:15:47 +03:00 |
|
Roland Grinis
|
4336788a6b
|
Moving Alya's SVD implementation to linutils
|
2021-04-06 09:00:13 +01:00 |
|
AlyaNovikova
|
814eab8cde
|
implement svd function and tests for it
|
2021-04-06 00:06:14 +03:00 |
|
Alexander Nozik
|
94093378e0
|
Merge pull request #268 from mipt-npm/commandertvis/e-pi
Add pi and e constants, some unrelated changes
|
2021-04-05 19:50:02 +03:00 |
|
Iaroslav Postovalov
|
cf91da1a98
|
Add pi and e constants, some unrelated changes
|
2021-04-05 23:44:42 +07:00 |
|
|
f7e792faff
|
Add test for grid iteration.
|
2021-04-02 19:09:35 +03:00 |
|
Alexander Nozik
|
ae5ca44dc0
|
Merge pull request #270 from mipt-npm/commandertvis/fix-binding
Remove redundant try-catch expressions
|
2021-04-02 12:52:38 +03:00 |
|
Iaroslav Postovalov
|
e6921025d1
|
Remove redundant try-catch expressions
|
2021-04-02 16:46:12 +07:00 |
|
|
a91d468b74
|
Refactor Algebra and ExpressionAlgebra. Introduce bindSymbolOrNull on the top level
|
2021-04-01 21:27:30 +03:00 |
|
AlyaNovikova
|
3e98240b94
|
add function diagonalEmbedding with tests
|
2021-04-01 20:21:14 +03:00 |
|
|
af4866e876
|
Refactor MST
|
2021-04-01 20:15:49 +03:00 |
|
|
c2bab5d138
|
Fix Samplers and distribution API
|
2021-04-01 18:18:54 +03:00 |
|
Alexander Nozik
|
ae911fcc2f
|
Merge pull request #264 from mipt-npm/commandertvis/ast-rendering
Some experiments with MST rendering
|
2021-03-31 13:06:14 +03:00 |
|
Iaroslav Postovalov
|
9ee506b1d2
|
Some experiments with MST rendering
|
2021-03-31 16:12:07 +07:00 |
|
Roland Grinis
|
b36281fa39
|
roll back
|
2021-03-31 09:23:41 +01:00 |
|