Skip to main content

MatrixRef

Type Alias MatrixRef 

Source
pub type MatrixRef<'a> = F64MatrixView<'a>;
Expand description

Alias for the design-matrix view returned by PreparedSample.

Aliased Typeยง

pub struct MatrixRef<'a> { /* private fields */ }