pub type GpuMat1 = Matrix<f32, 1, 1>;
#[repr(C)]pub struct GpuMat1 { pub columns: Vector<Vector<f32, 1>, 1>, }
columns: Vector<Vector<f32, 1>, 1>