Skip to main content

SvdMat

Type Alias SvdMat 

Source
pub type SvdMat<T, I = u32, Iptr = u64> = CsMatI<T, I, Iptr>;
Expand description

An owned sparse matrix. Defaults to u32 indices and u64 row pointers.

Aliased Typeยง

pub struct SvdMat<T, I = u32, Iptr = u64> { /* private fields */ }