Returns a vector whose elements are a subset of the elements of
this instance
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector GetSubvector(
Range range,
Intent intent
)
Public Function GetSubvector (
range As Range,
intent As Intent
) As Vector
public:
Vector^ GetSubvector(
Range range,
Intent intent
)
member GetSubvector :
range : Range *
intent : Intent -> Vector
Parameters
- range
- Type: Extreme.Mathematics.LinearAlgebraRange
A Range value specifying the
range of elements in this instance that will make up the new
vector. - intent
- Type: Extreme.MathematicsIntent
A value that indicates the
intended use of the diagonal vector.
Return Value
Type:
VectorA reference to the new
Vector.
Numerical Libraries
Supported in: 5.x
Reference