Skip to main content

SvdMatView

Type Alias SvdMatView 

Source
pub type SvdMatView<'a, T, I = u32, Iptr = u64> = CsMatViewI<'a, T, I, Iptr>;
Expand description

A borrowed sparse matrix. Defaults to u32 indices and u64 row pointers.

Aliased Typeยง

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