Appends a row at the end of a matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
void AppendRow(
SingleVector data
)
Sub AppendRow (
data As SingleVector
)
void AppendRow(
SingleVector^ data
)
abstract AppendRow :
data : SingleVector -> unit
Parameters
- data
- Type: Extreme.MathematicsSingleVector
A single-precision vector containing the data for the row.
The number of rows of the matrix is increased by one.
Numerical Libraries
Supported in: 5.x, 4.x
Reference