Skip to main content

GpuMat1

Type Alias GpuMat1 

Source
pub type GpuMat1 = Matrix<f32, 1, 1>;

Aliased Type§

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

Fields§

§columns: Vector<Vector<f32, 1>, 1>