Expand description

Utility functions and types used across the library

Structs

Fixed sized iterator

Square 3x3 matrix

Square 4x4 matrix

Constants

Functions

Restrict value to a certain interval

Solve cubic equation a * t ^ 3 + b * t ^ 2 + c * t + d = 0 for t Reference: https://www.trans4mind.com/personal_development/mathematics/polynomials/cubicAlgebra.htm

Find an integral of a function f on an interval from x0 to x1 using Legendre-Gauss quadrature method.

Hint to the compiler that boolean likely true

Solve quadratic equation a * t ^ 2 + b * t + c = 0 for t

Hint to the compiler that boolean likely false