hyperlattice 0.4.0

A small Rust linear algebra library with a crate-owned Scalar type and realistic or approximate backends.
Documentation
1
2
3
4
5
//! Matrix-vector transform support lives in [`super::core`].
//!
//! This covers ordinary `Matrix * Vector` dispatch, reusable transform handles,
//! vector batches, and the `Matrix4` point/direction fast paths that preserve
//! symbolic structure before approximation.