Represents a vector whose components are arbitrary components of another vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| Visual Basic (Declaration) |
Public Class SingleIndexedVector _
Inherits SingleVector
|
| Visual C++ |
public ref class SingleIndexedVector : public SingleVector
|
| F# |
type SingleIndexedVector =
class
inherit SingleVector
end
|
Remarks
Inheritance Hierarchy
See Also