|
3f2520eecb
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-06-13 20:52:01 +03:00 |
|
|
318c3972fc
|
Local code style
|
2020-06-13 20:51:37 +03:00 |
|
Iaroslav
|
d3d348620a
|
Rename AsmExpression to AsmNode, encapsulate AsmGenerationContext, make AsmNode (ex-AsmExpression) an abstract class instead of interface
|
2020-06-14 00:30:39 +07:00 |
|
Iaroslav
|
28cecde05b
|
Fix compilation problems found after merge
|
2020-06-14 00:24:10 +07:00 |
|
Iaroslav
|
cedfd3fe09
|
Merge remote-tracking branch 'mipt-npm/adv-expr' into adv-expr-asm
# Conflicts:
# kmath-ast/build.gradle.kts
# kmath-ast/src/commonMain/kotlin/scientifik/kmath/ast/parser.kt
# kmath-ast/src/jvmMain/kotlin/scientifik/kmath/ast/Parser.kt
# kmath-ast/src/jvmMain/kotlin/scientifik/kmath/ast/parser.kt
|
2020-06-14 00:21:07 +07:00 |
|
Iaroslav
|
af410dde70
|
Apply the suggested changes
|
2020-06-14 00:18:40 +07:00 |
|
Iaroslav
|
48b688b6b1
|
Fix minor problems occured after merge
|
2020-06-14 00:06:12 +07:00 |
|
|
0950580b85
|
Moe better-parse to common.
Watch for https://github.com/h0tk3y/better-parse/issues/27
|
2020-06-13 18:26:18 +03:00 |
|
Iaroslav
|
e91f6470d3
|
Implement constants inlining
|
2020-06-13 17:07:22 +07:00 |
|
Iaroslav
|
f9835979ea
|
Fix specification bug
|
2020-06-13 16:48:45 +07:00 |
|
Commander Tvis
|
76ad027460
|
Merge remote-tracking branch 'mipt-npm/adv-expr' into adv-expr-improved-trigonomery
# Conflicts:
# kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/NumberAlgebra.kt
# kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/OptionalOperations.kt
# kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/ExtendedNDField.kt
|
2020-06-13 16:41:26 +07:00 |
|
Iaroslav
|
e65d1e43cf
|
Write tests
|
2020-06-13 16:16:57 +07:00 |
|
Iaroslav
|
223d238c43
|
Encapsulate MethodVisitor extensions
|
2020-06-13 15:53:54 +07:00 |
|
Iaroslav
|
834d1e1397
|
Move specific optimization functions to Optimization
|
2020-06-13 15:53:25 +07:00 |
|
Iaroslav
|
1582fde091
|
Replace JUnit @Test with kotlin-test @Test
|
2020-06-13 15:51:42 +07:00 |
|
|
866ae47239
|
replace raw by symbol in algebra
|
2020-06-13 11:51:33 +03:00 |
|
Iaroslav
|
fec8c7f9d1
|
Minor refactor and encapsulation
|
2020-06-13 15:50:21 +07:00 |
|
Iaroslav
|
36ad1fcf58
|
Minor refactor and document
|
2020-06-13 15:44:54 +07:00 |
|
Iaroslav
|
3ec1f7b5f1
|
Merge kmath-asm and kmath-ast modules, make all the ExpressionAlgebras concise and consistent, implement new-styled builders both for ASM and F. expressions
|
2020-06-13 02:26:12 +07:00 |
|
Iaroslav
|
b902f3980a
|
Fix issues found after merge
|
2020-06-12 22:10:56 +07:00 |
|
Iaroslav
|
07b938e582
|
Merge remote-tracking branch 'mipt-npm/adv-expr' into adv-expr-asm
# Conflicts:
# kmath-core/src/commonMain/kotlin/scientifik/kmath/expressions/functionalExpressions.kt
# settings.gradle.kts
|
2020-06-12 21:58:50 +07:00 |
|
|
09641a5c9c
|
Documentation
|
2020-06-12 16:59:36 +03:00 |
|
|
2751cee926
|
MST expression
|
2020-06-12 16:56:58 +03:00 |
|
Iaroslav
|
39907a1da2
|
Add name adapting of *, +, /
|
2020-06-12 19:50:28 +07:00 |
|
Iaroslav
|
3e18b21244
|
Merge remote-tracking branch 'mipt-npm/dev' into nd4j
|
2020-06-12 17:42:56 +07:00 |
|
Iaroslav
|
af9e1bb944
|
Merge remote-tracking branch 'mipt-npm/dev' into adv-expr-improved-trigonomery
|
2020-06-12 17:41:47 +07:00 |
|
Iaroslav
|
1b20978f9c
|
Merge remote-tracking branch 'mipt-npm/dev' into adv-expr-asm
|
2020-06-12 17:41:05 +07:00 |
|
Iaroslav
|
8b9c03e616
|
Merge remote-tracking branch 'mipt-npm/dev' into mp-samplers
|
2020-06-12 17:40:37 +07:00 |
|
|
047af8c172
|
Fix ND extendend fields
|
2020-06-12 11:11:13 +03:00 |
|
|
5e92d85c46
|
Separate ast module
|
2020-06-12 10:40:59 +03:00 |
|
|
66c5c392cb
|
Merge remote-tracking branch 'origin/dev' into adv-expr
|
2020-06-12 09:22:55 +03:00 |
|
Alexander Nozik
|
e367895beb
|
Merge pull request #97 from CommanderTvis/master
Upgrade Gradle from 6.3 to 6.5
|
2020-06-12 09:22:05 +03:00 |
|
|
a77d3d0bbf
|
Merge branch 'dev' of https://github.com/altavir/kmath into adv-expr
|
2020-06-12 08:46:45 +03:00 |
|
|
8f204d0e64
|
Merge branch 'dev' into adv-expr
|
2020-06-12 08:44:06 +03:00 |
|
|
f46615d3bc
|
Left and right-side operations in Algebra
|
2020-06-12 08:43:47 +03:00 |
|
Iaroslav
|
a03c82f758
|
Simplify BlockingIntChain and BlockingRealChain; add blocking extension function for RandomChain; copy general documentation to samplers created with Apache Commons RNG
|
2020-06-12 02:49:06 +07:00 |
|
Commander Tvis
|
46f6d57fd9
|
Add 2 more samplers, replace SimpleChain with generator.chain
|
2020-06-12 01:13:15 +07:00 |
|
Alexander Nozik
|
916d6962e6
|
Merge pull request #101 from CommanderTvis/adv-expr-fix-multiply
Fix multiplication in several rings in NumberAlgebra
|
2020-06-11 13:25:36 +03:00 |
|
|
e8a6ecd5c3
|
Merge remote-tracking branch 'origin/adv-expr' into adv-expr
|
2020-06-11 12:47:01 +03:00 |
|
Commander Tvis
|
d0cc75098b
|
Rework with specialized NDStructure implementations
|
2020-06-11 14:36:19 +07:00 |
|
Commander Tvis
|
9a4dd31507
|
Move narrowToIntArray to new file
|
2020-06-11 14:17:46 +07:00 |
|
Commander Tvis
|
3df9892de5
|
Implement the ND4J module for scalars
|
2020-06-11 14:10:39 +07:00 |
|
|
0507bfcc24
|
Expression simplification
|
2020-06-11 09:46:42 +03:00 |
|
Commander Tvis
|
f364060acf
|
Add project stub
|
2020-06-11 12:16:22 +07:00 |
|
Commander Tvis
|
8cdc596549
|
Merge remote-tracking branch 'mipt-npm/dev' into dev
|
2020-06-11 10:39:05 +07:00 |
|
Commander Tvis
|
60898a3512
|
Merge remote-tracking branch 'mipt-npm/dev' into adv-expr-asm
|
2020-06-11 10:35:48 +07:00 |
|
Commander Tvis
|
a5fea4f22d
|
Merge remote-tracking branch 'mipt-npm/dev' into adv-expr-improved-trigonomery
|
2020-06-11 10:34:46 +07:00 |
|
Commander Tvis
|
757332e262
|
Merge remote-tracking branch 'mipt-npm/dev' into adv-expr-improved-trigonomery
|
2020-06-11 10:32:34 +07:00 |
|
Commander Tvis
|
91fa6d64bb
|
Merge remote-tracking branch 'mipt-npm/dev' into adv-expr-asm
|
2020-06-11 10:31:40 +07:00 |
|
Commander Tvis
|
ef67d82d84
|
Repair multiplication for Int, Long, Short, Byte Ring
|
2020-06-11 10:21:13 +07:00 |
|