Type Definition nalgebra::base::OVector [−][src]
Expand description
An owned D-dimensional column vector.
Implementations
The column unit vector with T::one()
as its i-th component.
The column vector with a 1 as its first component, and zero elsewhere.
The column vector with a 1 as its second component, and zero elsewhere.
The column vector with a 1 as its third component, and zero elsewhere.
The column vector with a 1 as its fourth component, and zero elsewhere.
The column vector with a 1 as its fifth component, and zero elsewhere.
The column vector with a 1 as its sixth component, and zero elsewhere.
The unit column vector with a 1 as its first component, and zero elsewhere.
The unit column vector with a 1 as its second component, and zero elsewhere.
The unit column vector with a 1 as its third component, and zero elsewhere.
The unit column vector with a 1 as its fourth component, and zero elsewhere.
The unit column vector with a 1 as its fifth component, and zero elsewhere.
Orthonormalizes the given family of vectors. The largest free family of vectors is moved at the beginning of the array and its size is returned. Vectors at an indices larger or equal to this length can be modified to an arbitrary value.