Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace
Represents a vector, a one-dimensional array of real numbers.
For a list of all members of this type, see Vector Members.
System.Object
Vector
The Vector class represents a one-dimensional array of double precision floating-point numbers.
The Vector class provides methods and properties for all the common operations on vectors, including norms, dot products, as well as retrieving extreme values from a vector.
Overloaded versions of the major arithmetic operators are provided for languages that support them. For languages that don't support operator overloading, equivalent static (Shared in Visual Basic) methods are supplied.
To allow for greater efficiency, overloaded instance methods are available for many compound operations on vectors.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)
Vector Members | Extreme.Mathematics.LinearAlgebra Namespace