[][src]Type Definition aljabar::Vector1

type Vector1<T> = Vector<T, 1>;

1-element vector.