[][src]Type Definition spaces::MatrixView

type MatrixView<'a, T = f64> = ArrayView2<'a, T>;