IResizable Matrix<T>.Append Rows Method
Appends zero or more rows at the end of a matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
void AppendRows(
Matrix<T> data
)
Parameters
Remarks
The number of rows of the matrix is increased by the number of rows of data.
Exceptions
Argument | data is null. |
Dimension | The number of columns of data does not equal the number of columns of the matrix. |