pub type CsrMatrix<'buf> = SpMat<'buf, f32>;Expand description
Legacy alias kept for callers from v0.1 — prefer SpMat::csr.
Aliased Type§
pub struct CsrMatrix<'buf> { /* private fields */ }pub type CsrMatrix<'buf> = SpMat<'buf, f32>;Legacy alias kept for callers from v0.1 — prefer SpMat::csr.
pub struct CsrMatrix<'buf> { /* private fields */ }