Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 257 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 257 Bytes

A lightweight contiguous array matrix library suitable for embedded electronics. Features:

  • File IO
  • Matrix Operations: + - *
  • Least Squares
  • Gaussian Elimination
  • Fast Transpose
  • Gram Schmidt Orthogonalization
  • DeepCopy
  • Frobenius Norms