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
Gleb Minaev
d0134bdbe9
Sift 4. Cleaned up "numbered" case. Tests are in progress.
2022-06-14 19:15:36 +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
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
Gleb Minaev
17703e407d
Applied changes from previous sift.
2022-06-12 00:24:23 +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
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
74e6bc65a3
0.3.0 release
2022-04-11 20:07:40 +03:00
b509dc917d
ValueAndErrorField
2022-04-10 23:00:55 +03:00
Gleb Minaev
7f7b550674
Simplified polynomial builders.
2022-04-03 11:44:42 +03:00
Iaroslav Postovalov
92cffd78d9
Upgrade gradle tools
2022-04-01 02:23:34 +07:00
Gleb Minaev
b3087c245f
Fixed tests.
2022-03-25 17:46:13 +03:00
Gleb Minaev
f7286d33d2
Moved constructors to separate files. Replaced some TODOs with FIXMEs.
2022-03-25 17:18:56 +03:00
Gleb Minaev
7e328a5dbf
Enhanced DSL constructor a bit.
2022-03-25 00:59:48 +03:00
Gleb Minaev
060f0ee35d
Removed comparability feature.
2022-03-25 00:57:32 +03:00
Gleb Minaev
420bf05b22
Fixed annoying JVM clashes 😑
2022-03-22 19:42:59 +03:00
Gleb Minaev
0a5122a974
Prototyped DSL-like constructor for NumberedPolynomial
.
2022-03-22 19:40:55 +03:00
Gleb Minaev
d75a41482d
Added fabrics for LabeledPolynomial
and NumberedPolynomial
.
2022-03-22 17:09:33 +03:00
Gleb Minaev
5b8d6b601e
Added degreeBy
to Numbered...
.
2022-03-22 15:37:19 +03:00
Gleb Minaev
b44c99c265
Added multivariate abstractions.
2022-03-22 15:28:34 +03:00
Gleb Minaev
39ce855075
Added constructors for RFs' spaces
2022-03-22 14:25:09 +03:00
Gleb Minaev
2f9e504357
Added division to RFs' Spaces. Added conversion to polynomial and RFs' spaces. Added requirements for RFs' denominators' changes for case of non-integral domain. Added requirements for non-zero divisor to RFs' divisions.
2022-03-22 13:58:29 +03:00
Gleb Minaev
09868f090b
Enhanced tests of Double substitution.
2022-03-22 02:39:43 +03:00
Gleb Minaev
98b9a70893
Enhanced tests of Double substitution.
2022-03-22 02:37:26 +03:00
Gleb Minaev
c6d1068df4
Renamed Polynomial
, etc. to ListPolynomial
, etc. and AbstractPolynomial
to Polynomial
.
...
As it was advised by @CommanderTvis.
2022-03-21 23:47:10 +03:00
Gleb Minaev
51b0d232b5
Renamed AbstractPolynomialFractionsSpace
to PolynomialSpaceOfFractions
2022-03-21 23:21:55 +03:00
Gleb Minaev
83d57c7295
Added RFs' interface to remove another boilerplate. Fixed bug in RFs' equalsTo.
2022-03-21 21:22:25 +03:00
Gleb Minaev
88e0dcf413
Added usage of more correct exceptions.
2022-03-21 18:26:09 +03:00
Gleb Minaev
25ec59b985
Finished with tests for Polynomial.
2022-03-20 23:22:39 +03:00
Gleb Minaev
fbc21101bb
Added test. Fixed isOne and isMinusOne for Polynomial.
2022-03-20 06:26:52 +03:00
Gleb Minaev
5d4514a742
More test tools! More tests!! More fixes of stupid bugs!!! 😭
2022-03-19 19:35:41 +03:00
Gleb Minaev
90a7c4d901
Simplified use of Rational (current BigInt are hard to use and actually useless). Added tests, fixed bug.
2022-03-19 18:08:43 +03:00
Gleb Minaev
a965f5683f
Added some tests and some utilities for tests. Fixed bug in utility of PolynomialSpace.
2022-03-19 16:54:30 +03:00
Gleb Minaev
85cd3b4de6
Added some test. Fixed bug in algebraicStub.kt
2022-03-18 20:39:01 +03:00
Gleb Minaev
cdc85291bc
Fixed bug in implementations of polynomial operations
2022-03-18 20:04:21 +03:00
Gleb Minaev
ed2f14b68e
Optimised existing substitution function. Prototyped substitution for RFs.
2022-03-18 01:47:03 +03:00
Gleb Minaev
86553e9f35
Added utilities. Rewrote polynomial-in-polynomial substitution
2022-03-17 16:28:41 +03:00
Gleb Minaev
d63c4acf10
Added space and scope fabrics for RFs
2022-03-17 16:27:02 +03:00