[][src]Type Definition const_linear::matrix::VectorF64

type VectorF64<const N: usize> = Vector<f64, { N }>;

An N dimensional vector of f64 values.