Appends a column at the end of a matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
void AppendColumn(
Vector<T> data
)
Sub AppendColumn (
data As Vector(Of T)
)
void AppendColumn(
Vector<T>^ data
)
abstract AppendColumn :
data : Vector<'T> -> unit
Parameters
- data
- Type: Extreme.MathematicsVectorT
A VectorT containing the data for the column.
The number of columns of the matrix is increased by one.
Numerical Libraries
Supported in: 6.0
Reference