Gleb Minaev
3e917baaaf
Added examples for polynomials. Also:
...
- Fixed bug in differentiation of NumberedPolynomials.
- Fixed bug in addition and subtraction of LabeledPolynomials.
- Added references to NumberedPolynomialWithoutCheck and LabeledPolynomialWithoutCheck.
- Made NumberedRationalFunction and LabeledRationalFunction classes data. Made their constructor public.
2022-06-25 21:23:32 +03:00
Gleb Minaev
403ff93f4a
Moved optimizations to branch refactor/polynomials
2022-06-25 16:01:18 +03:00
Gleb Minaev
9fc99a4c72
Removed extra copyright comment.
2022-06-25 15:45:10 +03:00
Gleb Minaev
6c8fa29304
Merge branch 'feature/polynomials-sift' into feature/polynomials
2022-06-18 01:26:33 +03:00
Gleb Minaev
d416f8cf34
Merge branch 'dev' into feature/polynomials
2022-06-18 01:25:46 +03:00
Gleb Minaev
680d23ddcb
Last sift. Cleaned up labeled structures.
2022-06-18 01:25:14 +03:00
Gleb Minaev
1ea336b70e
Added some test of NumberedPolynomial utilities.
2022-06-17 22:07:54 +03:00
Gleb Minaev
b5a94923b5
Fixed problems with JVM names. Exposed internal NumberedPolynomial constructor with opt-in condition. Added and upgraded tests. Fixed small bugs (mistakes). Upgraded arithmetic operations a bit.
2022-06-17 01:53:40 +03:00
a1267d84ac
Fix quaternion rotation tests
2022-06-14 20:58:13 +03:00
Gleb Minaev
eadd521e35
Merge branch 'dev' into feature/polynomials-sift
2022-06-14 19:46:50 +03:00
b5031121ce
up build tools
2022-06-14 19:31:13 +03:00
Gleb Minaev
d0134bdbe9
Sift 4. Cleaned up "numbered" case. Tests are in progress.
2022-06-14 19:15:36 +03:00
a810790d8d
Merge SCI-MR-158: Fix name clash in strict mode; replace eval
with new Function
2022-06-14 15:59:58 +00:00
Iaroslav Postovalov
b09127f090
Fix name clash in strict mode; replace eval with new Function
2022-06-14 22:52:47 +07:00
Alexander Nozik
f0053daf77
Merge pull request #489 from lounres/docs-latex-update
...
Inlined LaTeX formula
2022-06-14 18:09:29 +03:00
85a1e8b33f
New common test infrastructure
2022-06-14 16:27:32 +03:00
Gleb Minaev
58e0715714
Removed duplicates of copyright comments.
2022-06-13 12:15:14 +03:00
Gleb Minaev
5928adfe45
Fixed merging accidents.
2022-06-13 12:08:58 +03:00
Gleb Minaev
4e08d6d877
Merge branch 'feature/polynomials-listPolynomials-applications' into feature/polynomials-sift
2022-06-13 12:04:57 +03:00
1fd8dfd7b8
refactor Quaternions
2022-06-13 11:17:41 +03:00
Gleb Minaev
37ad48e820
Sift # 3. Filtered last sift and usages of [ListPolynomial]s.
2022-06-13 02:06:15 +03:00
Gleb Minaev
dbb48a2a9f
Added docstrings to ListPolynomial and ListRationalFunction fabric functions.
2022-06-13 01:41:04 +03:00
Gleb Minaev
ab9bba2202
Put suddenly disappeared files back.
2022-06-13 00:16:22 +03:00
Gleb Minaev
b50d8dcd23
Merge branch 'feature/polynomials-ListPolynomials' into feature/polynomials-sift
...
# Conflicts:
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/functions/ListPolynomial.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/functions/ListRationalFunction.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/functions/Polynomial.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/functions/RationalFunction.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/functions/listUtilOptimized.kt
# kmath-functions/src/commonTest/kotlin/space/kscience/kmath/functions/ListPolynomialTest.kt
# kmath-functions/src/commonTest/kotlin/space/kscience/kmath/functions/ListPolynomialUtilTest.kt
# kmath-functions/src/commonTest/kotlin/space/kscience/kmath/test/misc/IntModulo.kt
# kmath-functions/src/commonTest/kotlin/space/kscience/kmath/test/misc/misc.kt
2022-06-12 23:54:30 +03:00
Gleb Minaev
94fd24d852
Fixed some tests and docstrings. Removed zero
and one
overridings because overrided fields are already lazily initialized.
2022-06-12 23:49:44 +03:00
Gleb Minaev
e710013800
Fixed tests.
2022-06-12 23:02:26 +03:00
Gleb Minaev
3a6aa14320
Cleaned up ListPolynomials and ListRationalFunctions:
...
- Added/updated docs.
- Fully (but in a simple way) implemented invocation, substitution, functional representation, derivatives and antiderivatives. Optimized reimplementation is in progress.
- Upgraded `PolynomialSpaceOfFractions` by adding a bit of laziness.
- Other little things...
2022-06-12 22:52:08 +03:00
fabad733f4
Fix binaryen module creation
2022-06-12 15:30:10 +03:00
e1276b684f
Update better-parse
2022-06-12 15:19:59 +03:00
569e01fce1
Migration to kotlin 1.7
2022-06-12 15:16:40 +03:00
Gleb Minaev
17703e407d
Applied changes from previous sift.
2022-06-12 00:24:23 +03:00
Gleb Minaev
a6b86eeee1
Cleaned out useless code.
2022-06-11 19:31:01 +03:00
Gleb Minaev
03b92de6e0
Sifted ListPolynomial's basics.
2022-06-11 19:29:14 +03:00
Gleb Minaev
8af183a969
Fixed typos. Added docstrings. Added variable convertional methods.
2022-06-11 19:22:57 +03:00
Gleb Minaev
a2b02ef09e
Sifted rest usage of non-basic polynomial things.
2022-06-11 16:15:59 +03:00
Gleb Minaev
9b51062bf7
Sift.
2022-06-11 16:09:24 +03:00
Gleb Minaev
89cdbf4d71
Changed names of algebraic stub. Added FIXMEs about KT-31420. Changed JVM/JS names style.
2022-06-11 15:58:25 +03:00
Gleb Minaev
b92ef23f5d
Some fixes
2022-06-11 00:06:45 +03:00
Gleb Minaev
de9f3cc8df
Inlined LaTeX formula. Now GitHub supports MathJax!
2022-06-10 23:37:50 +03:00
c28be83226
LazyStructire::deferred -> async
2022-06-08 09:00:37 +03:00
Gleb Minaev
af2e437a48
Merge branch 'master' into feature/polynomials
...
# Conflicts:
# README.md
# kmath-ast/README.md
# kmath-complex/README.md
# kmath-core/README.md
# kmath-ejml/README.md
# kmath-for-real/README.md
# kmath-functions/README.md
# kmath-jafama/README.md
# kmath-kotlingrad/README.md
# kmath-nd4j/README.md
# kmath-tensors/README.md
2022-06-03 21:58:37 +03:00
5a36c3e03c
Remove metaspace memory allocation key
2022-04-13 11:20:11 +03:00
Alexander Nozik
2144c6382c
Update pages.yml
2022-04-12 12:02:11 +03:00
Alexander Nozik
7e4ece8dbc
Update publish.yml
2022-04-12 11:56:12 +03:00
Alexander Nozik
b698f2d613
Update pages.yml
2022-04-12 11:10:14 +03:00
Alexander Nozik
19cd74013b
Update pages.yml
2022-04-12 11:06:18 +03:00
Alexander Nozik
5bb895a653
Merge pull request #480 from mipt-npm/dev
...
0.3.0
2022-04-12 10:59:28 +03:00
358d750226
Add missing @CommanderTvis contributions to changelog
2022-04-12 09:49:35 +03:00
d862a0a896
0.3.0 release
2022-04-11 20:08:13 +03:00
74e6bc65a3
0.3.0 release
2022-04-11 20:07:40 +03:00