[][src]Function aljabar::new_vector

pub fn new_vector<T, const N: usize>(elements: [T; N]) -> Vector<T, { N }>

Constructs a new vector from an array. Necessary to help the compiler. Prefer calling the macro vector!, which calls new_vector internally.