Represents a vector whose components are arbitrary components of another vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public sealed class IndexedVector : Vector
|
| Visual Basic (Declaration) |
Public NotInheritable Class IndexedVector _
Inherits Vector
|
| Visual C++ |
public ref class IndexedVector sealed : public Vector
|
| F# |
[<SealedAttribute>]
type IndexedVector =
class
inherit Vector
end
|
Remarks
Inheritance Hierarchy
See Also