Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Members

IconMemberDescription
Max()
Returns the value of the largest component in this Vector.
(Inherited from Vector.)
static memberMax(Vector, Vector)
Returns a Vector whose components are the maximums of the components of two vectors.
(Inherited from Vector.)
static memberMax(Vector, Double)
Returns a Vector whose components are the maximum of the components of a vector and a real number..
(Inherited from Vector.)
static memberMax(Double, Vector)
Returns a Vector whose components are the maximum of the components of a vector and a real number..
(Inherited from Vector.)