Functions
Public Functions
Creates a vector filled with the given coefficients.
Creates a vector filled with 0s.
Creates an empty vector.
Returns the size of the vector.
Returns the i-th coefficient of the vector.
Updates the i-th coefficient of the vector.
Returns the norm of the vector, squared.
Returns the norm of the vector.
Private Members