Crate nexsys_core
source ·Modules
A module for linear algebra-related code. Contains the
NxN
struct and a few functions for matrix/vector math. A module for multivariate calculus-related code. Contains functions
relevant to finding (approximate) derivatives and jacobian matrices,
as well as single-variable and multivariate rust implementations of
Newton’s Method.
This module exposes parts of this crate in a Python-compatible fashion. While
not very useful for Rust development, this allows the crate to be
pip-installed as a
Python package for use elsewhere.