Crate nexsys_core

source ·

Structs

A block manager object for identifying constrained systems of equations.
Represents an equation and gives info about its known and unknown variables
Nexsys

Functions

Attempts to solve the equations passed to system via the Newton-Raphson method.
Solves a single equation for a single unknown value. mv_newton_raphson can also be used for this scenario, but this function is a more lightweight and reasonable choice.
Performs one iteration of Newton’s method for a system of equations, returning the next guess vector.
Reverses the operation performed by split_hm.