zilla-muf 0.1.0

Shared structured-matrix and numerical primitives for sparse attention and state space models (SSMs).
Documentation
1
2
3
4
5
6
7
8
9
10
//! zilla-muf: shared structured-matrix and numerical primitives
//! for sparse attention and state space models.

pub mod scan;
pub mod stable_ops;
pub mod structured;
pub mod discretize;
pub mod complex_ops;
#[cfg(feature = "fft")]
pub mod fft_conv;