Returns a row vector for this instance
starting at the specified row and column and of the
specified length.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected virtual Vector<T> GetRowCore(
int row,
Slice columnSlice,
Intent intent
)
Protected Overridable Function GetRowCore (
row As Integer,
columnSlice As Slice,
intent As Intent
) As Vector(Of T)
protected:
virtual Vector<T>^ GetRowCore(
int row,
Slice columnSlice,
Intent intent
)
abstract GetRowCore :
row : int *
columnSlice : Slice *
intent : Intent -> Vector<'T>
override GetRowCore :
row : int *
columnSlice : Slice *
intent : Intent -> Vector<'T>
Parameters
- row
- Type: SystemInt32
The zero-based index of the row. - columnSlice
- Type: Extreme.MathematicsSlice
A slice that specifies which elements of the row to return.
- intent
- Type: Extreme.MathematicsIntent
An Intent value that
specifies the intended use of the row vector.
Return Value
Type:
VectorTA row
VectorT.
Reference