RealVector
Real vector of double values, whereby the number of provided values defines the dimension of the vector.
Parameters
entries
entry values of the real vector
Properties
Functions
Link copied to clipboard
Returns true, if any entry of this vector is Infinite.
Link copied to clipboard
Returns true, if any entry of this vector is NaN.
Link copied to clipboard
Returns the dot product of this with the other.
Link copied to clipboard
Returns the element-by-element division of this with the other.
Link copied to clipboard
Returns the element-by-element product of this with the other.
Link copied to clipboard
Multiplies each entry with factor and returns the RealVector.
Link copied to clipboard
Link copied to clipboard
Returns the normalized vector.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Conversion to adapted Real Vector class from Apache Commons Math.