Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.3.1 source code.tar.gz | 2023-05-12 | 962.0 kB | |
0.3.1 source code.zip | 2023-05-12 | 1.5 MB | |
README.md | 2023-05-12 | 1.0 kB | |
Totals: 3 Items | 2.4 MB | 0 |
Added
- Wasm support for
memory
,core
,complex
andfunctions
modules. - Generic builders for
BufferND
andMutableBufferND
NamedMatrix
- matrix with symbol-based indexingExpression
with default arguments- Type-aliases for numbers like
Float64
- Autodiff for generic algebra elements in core!
- Algebra now has an obligatory
bufferFactory
(#477).
Changed
- Geometry uses type-safe angles
- Tensor operations switched to prefix notation
- Row-wise and column-wise ND shapes in the core
- Shape is read-only
- Major refactor of tensors (only minor API changes)
- Kotlin 1.8.20
LazyStructure
deffered
->async
to comply with coroutines code style- Default
dot
operation in tensor algebra no longer support broadcasting. Insteadmatmul
operation is added toDoubleTensorAlgebra
. - Multik went MPP
Removed
- Trajectory moved to https://github.com/SciProgCentre/maps-kt
- Polynomials moved to https://github.com/SciProgCentre/kmath-polynomial