linearalgebra 0.1.7

Test project to learn Rust and implement a small library for linear algebra
Documentation

linearalgebra-rust

Test project to learn Rust and implement a small library for linear algebra

TODO List

  • Implement faster multiplication from einstein8612/mm-testing (Work in progress: first merge complete)
  • Element wise division/multiplication
  • Change new to be height,width,data like normal
  • Add softmax/relu/other default activation functions
  • Add max/min functions
  • Add find element's index function
  • Add one hot method
  • Add matrix area
  • Improve transpose