zig-linear-algebra

This package is a simple linear algebra library writen entirely in Zig.

MIT License

Stars
0
Committers
1

Bot releases are hidden (Show)

zig-linear-algebra - 0.0.2 Latest Release

Published by johan0A 2 months ago

progress:

  • rework how precision of output types is handled for vectors
  • rework how vectors handle integer types
  • add doc comments for Vector operations
  • add more operations to Vectors
  • rework how precision of output types is handled for vectors again
  • decide how to handle undefined behavior (eg overflows)
  • add install guide
  • add usage guide
  • rework how precision of output types is handle for matrices
  • rework how matrices handle integer types
  • add even more operations to Vectors
  • Add more operations to Matrices
  • Compare performance to openblas

Vec type and operations should be usable for small projects

zig-linear-algebra - 0.0.1

Published by johan0A 3 months ago

progress:

  • rework how precision of output types is handle for vectors
  • rework how vectors handle integer types
  • add doc comments for Vector operations
  • add more operations to Vectors
  • decide how to handle undefined behavior (eg overflows)
  • add install guide
  • add usage guide
  • rework how precision of output types is handle for matrices
  • rework how matrices handle integer types
  • add even more operations to Vectors
  • Add more operations to Matrices
  • Compare performance to openblas

Vec type and operations should be usable for small projects