srmadrid/zml
Zig Mathematics Library
A Zig numerical and symbolic mathematics library.
This library is in the early stages of development and is not yet ready for use. Breaking changes are to be expected every commit, and only the most basic functionality is currently implemented.
gemm
tests fail on debug mode, but pass on all release modesTo use this library in your project, run
zig fetch --save git+https://github.com/srmadrid/zml
and add it to your build.zig file:
const zml = b.dependency("zml", .{});
exe.root_module.addImport("zml", zml.module("zml"));
This library is in the early stages of development and is not yet ready for use. Breaking changes are to be expected every commit, and only the most basic functionality is currently implemented (see Current Features for more information). If you decide to use this library, please be aware that you may encounter bugs and incomplete features. If you find a bug, please report it via an issue on GitHub.
Any feature requests or suggestions are welcome. Please open an issue on GitHub to discuss any ideas you have.