Represents a vector whose components are arbitrary components of another vector.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public class IndexedVector : Vector |
| Visual Basic (Declaration) |
|---|
Public Class IndexedVector _
Inherits Vector |
| Visual C++ |
|---|
public ref class IndexedVector : public Vector |
| F# |
|---|
type IndexedVector =
class
inherit Vector
end |
Remarks
Inheritance Hierarchy
See Also