Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 384 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 384 Bytes

AlgoGear

Currently, this repository contains the implementations of:

  • Fast Fourier transform
  • LUP decomposition (+ matrix inversion, determinant computation)
  • Matrix-matrix multiplication
  • Decision trees (learning + runtime)
  • Weighted median

All implementations are in C at this point.

License

All the code is released under the MIT license unless specified otherwise.