hyperlattice 0.6.0

A small Rust linear algebra library with hyperreal-backed scalar, vector, and matrix types.
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.