mathion-lib / mathion

The mathion - computational mathematics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mathion-logo

mathion (math + ion) - computational mathematics library

MIT

! Warning ! This library must run in the Rust nightly

TODO

Fast-Fourier-Transform by using Cooley-Tukey algorithm

  • Number theoretic
  • Normal

Ring

Integer (Currently, Big Integer)

  • Addition, Subtraction
  • Multiplication

Matrix

  • Addition, Subtraction
  • Multiplication
  • Inversion

Field

Galois Field (Small, by using native integer i64)

  • Addition, Subtraction
  • Multiplication, Division

Polynomial (Using galois field (small))

  • Addition, Subtraction
  • Multiplication, Division

About

The mathion - computational mathematics library

License:MIT License


Languages

Language:Rust 99.6%Language:RenderScript 0.4%