kmath/docs
SPC-code f335d63659
Update docs/buffers.md
Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com>
2024-04-15 17:42:52 +03:00
..
diagrams Refactor ND builders to suit new discoverability pattern 2021-09-19 20:48:36 +03:00
images Update/Add copyright comments. Regenerate code for kmath-ejml. 2024-01-05 01:50:27 +03:00
templates Reformat code 2024-03-27 09:11:12 +03:00
algebra.md Revise grammar of KDoc comments, refresh documentation files 2021-07-29 07:16:26 +07:00
buffers.md Update docs/buffers.md 2024-04-15 17:42:52 +03:00
codestyle.md Reformat code 2024-03-27 09:11:12 +03:00
contexts.md Revise grammar of KDoc comments, refresh documentation files 2021-07-29 07:16:26 +07:00
expressions.md Reformat code 2024-03-27 09:11:12 +03:00
histograms.md Implementation for #139 2020-09-21 15:47:47 +03:00
linear.md Reformat code 2024-03-27 09:11:12 +03:00
nd-structure.md Reformat code 2024-03-27 09:11:12 +03:00
polynomials.md Reformat code 2024-03-27 09:11:12 +03:00
readme.md Revise grammar of KDoc comments, refresh documentation files 2021-07-29 07:16:26 +07:00

Documentation

  • Algebra: context-based operations on different primitives and structures.

  • NDStructures

  • Linear algebra: matrices, operations and linear equations solving. To be moved to separate module. Currently, supports basic API and multiple library back-ends.

  • Histograms: multidimensional histogram calculation and operations.

  • Expressions

  • Commons math integration