Still iterating on and evolving the crate The crate is continuously developing, and breaking changes are expected during evolution from version to version. We adopt the newest stable rust features if we need them. Performance: Prefer higher order methods and arithmetic operations on arrays first, then iteration, and as a last priority using indexed algorithms. Efficient floating point matrix multi

