Commit Graph

1141 Commits

Author SHA1 Message Date
Iaroslav
09b82a8910
Override toString and contentEquals 2020-09-14 20:20:07 +07:00
Iaroslav
2f2315f6cd
Override toString 2020-09-14 20:18:43 +07:00
Iaroslav
91d692381c
Update comparison and fix type error 2020-09-14 20:15:11 +07:00
Iaroslav
a046f5c060
Update features 2020-09-14 20:02:53 +07:00
Iaroslav
1c495759cd
Replace ?: with set merging 2020-09-14 19:53:31 +07:00
72340705fe Build refactor 2020-09-12 14:59:12 +03:00
Iaroslav Postovalov
d088fdf77c
Move matrix solving and inverting to extensions because of consistency 2020-09-12 09:23:47 +07:00
Iaroslav Postovalov
8b171ac3a3
Update changelog 2020-09-12 09:22:26 +07:00
Iaroslav Postovalov
b5fa1ed6e8
Merge remote-tracking branch 'origin/dev' into mp-samplers
# Conflicts:
#	kmath-coroutines/src/commonMain/kotlin/scientifik/kmath/chains/BlockingIntChain.kt
#	kmath-coroutines/src/commonMain/kotlin/scientifik/kmath/chains/BlockingRealChain.kt
#	kmath-coroutines/src/commonMain/kotlin/scientifik/kmath/chains/Chain.kt
#	kmath-prob/src/commonMain/kotlin/scientifik/kmath/prob/RandomChain.kt
2020-09-10 23:42:33 +07:00
Iaroslav Postovalov
2b15d69f11
Enable functions module and unmark Polynomial inline 2020-09-10 15:22:01 +07:00
Iaroslav Postovalov
edd3022aac
Add dynamic operations and add documentations 2020-09-10 05:53:44 +07:00
Iaroslav Postovalov
413d129ffc
Update changelog 2020-09-09 23:46:10 +07:00
Iaroslav Postovalov
d1184802bd
Drop koma module, implement kmath-ejml module copying it, but for EJML SimpleMatrix 2020-09-09 23:42:43 +07:00
Iaroslav Postovalov
367a59461d
Merge remote-tracking branch 'origin/dev' into nd4j 2020-09-09 22:36:49 +07:00
Iaroslav Postovalov
fc5ec8fed7
Drop koma support, add more explicit visibility modifiers 2020-09-09 22:31:54 +07:00
Iaroslav Postovalov
8ae9a071ef
Add more explicit public modifiers 2020-09-09 21:12:18 +07:00
Iaroslav Postovalov
96a7edc497
Merge remote-tracking branch 'origin/dev' into kotlin14 2020-09-09 11:30:10 +07:00
Iaroslav Postovalov
bea2f2f46d
Merge remote-tracking branch 'origin/master' into dev 2020-09-09 11:29:44 +07:00
Iaroslav Postovalov
f567f73d19
Specify explicit API visbility, minor refactoring (error handling, etc.) 2020-09-09 11:28:54 +07:00
Iaroslav Postovalov
6b79e79d21
Update tools and Kotlin, specify public explicitly, minor contracts refactor 2020-09-09 09:55:26 +07:00
Iaroslav
5e4522bb06
Upgrade build tools plugin to dev version; file reformat; change dependencies' versions; specify visibility explicitly at certain places (core, especially), make some interfaces fun 2020-09-08 16:40:47 +07:00
Alexander Nozik
6db921e935
Update README.md 2020-09-06 19:03:24 +03:00
Iaroslav
6494583c86
Merge remote-tracking branch 'origin/master' into dev 2020-09-06 13:46:08 +07:00
Alexander Nozik
924a1d1f38
Add publications 2020-08-29 10:39:04 +03:00
Iaroslav Postovalov
1193349b20
Rework Memory.read method to have more convenient calls with result 2020-08-27 18:21:30 +07:00
Iaroslav Postovalov
e9c2b3f839
Merge branch 'dev' into nd4j 2020-08-27 17:03:56 +07:00
Iaroslav Postovalov
2bc62356d6
Fix compilation issues 2020-08-27 16:44:58 +07:00
Iaroslav Postovalov
27857dffec
Merge pull request #130 from mipt-npm/refactor-and-contracts
Add function contracts and perform some refactorings
2020-08-22 16:57:31 +07:00
Iaroslav Postovalov
40888f66d6
Replace opt-in annotations with useExperimentalAnnotation for modules 2020-08-22 16:49:21 +07:00
Iaroslav
1b8ddedfe3
Add newlines 2020-08-22 03:01:47 +07:00
Iaroslav
f3e2b4a597
Remove import 2020-08-22 02:51:57 +07:00
Iaroslav
1d18832aa6
Provide contracts for many functions, make inline several functions, replace <algebra>.run { and with(<algebra>> { with <algebra> {, add newlines at EOFs, specify operator modifier explicitly at many places, reformat files, replace if (...) error guards with require and check 2020-08-22 02:42:59 +07:00
Iaroslav
7157878485
Update changelog, document kmath-nd4j, refactor iterators, correct algebra mistakes, separate INDArrayStructureRing to Space, Ring and Algebra 2020-08-15 18:35:16 +07:00
Iaroslav
a6d47515eb
Merge remote-tracking branch 'origin/dev' into nd4j 2020-08-15 17:14:32 +07:00
Iaroslav
3d3791b6cb
Merge remote-tracking branch 'origin/master' into dev 2020-08-15 17:14:11 +07:00
Iaroslav
b1f52f3022
Update changelog 2020-08-15 17:00:17 +07:00
Iaroslav
1e4692d5cf
Fix scalar multiplication in BigInt, implement testers for fields, rings and spaces and apply them to ComplexFieldTest, BigIntAlgebraTest and RealFieldTest 2020-08-12 21:18:47 +07:00
Iaroslav Postovalov
5b215833ca
Merge pull request #118 from mipt-npm/hyp-trig-functions
Implement hyperbolic functions for various Algebras
2020-08-11 22:18:05 +07:00
Iaroslav
5cd58a399d
Add .space.kts 2020-08-11 16:18:13 +07:00
Iaroslav Postovalov
a2ee40fde7
Merge remote-tracking branch 'origin/dev' into nd4j 2020-08-11 15:23:40 +07:00
Iaroslav Postovalov
3f0c208355
Specify ATANH_OPERATION type for API stability 2020-08-11 15:11:29 +07:00
Iaroslav Postovalov
c7e6764ea2
Specify constants' types for API stability 2020-08-11 15:10:48 +07:00
Iaroslav Postovalov
837150b5eb
Fix norm and add test of it 2020-08-11 15:06:53 +07:00
Iaroslav Postovalov
8ab8864227
Add newline 2020-08-11 15:02:56 +07:00
Iaroslav Postovalov
df3bd8a07c
Merge remote-tracking branch 'origin/dev' into hyp-trig-functions
# Conflicts:
#	kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/Algebra.kt
#	kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/Complex.kt
#	kmath-core/src/commonTest/kotlin/scientifik/kmath/operations/ComplexFieldTest.kt
2020-08-11 15:01:53 +07:00
Iaroslav Postovalov
b77bfeb372
Provide basic tests for complex numbers, also fix complex division 2020-08-11 14:58:28 +07:00
Alexander Nozik
eed16630d9
Merge pull request #127 from mipt-npm/dev
Dev
2020-08-11 08:33:20 +03:00
Alexander Nozik
c4a2489b81
Merge pull request #126 from mipt-npm/add-changelog
Add changelog
2020-08-11 08:32:22 +03:00
Iaroslav
b65641ddbb
Add header to changelog 2020-08-11 02:39:01 +07:00
Iaroslav
53a54300fa
Add changelog 2020-08-11 02:36:08 +07:00