Click or drag to resize
Accord.NET (logo)

MatrixInsertRow Method

Overload List
  NameDescription
Public methodStatic memberInsertRowT(T)
Returns a new matrix with a new row vector inserted at the end of the original matrix.
Public methodStatic memberInsertRowT(T)
Returns a new matrix with a new row vector inserted at the end of the original matrix.
Public methodStatic memberInsertRowT, TSource(T, TSource)
Returns a new matrix with a given row vector inserted at the end of the original matrix.
Public methodStatic memberInsertRowT, TSource(T, TSource)
Returns a new matrix with a given column vector inserted at the end of the original matrix.
Public methodStatic memberInsertRowT, TSource(T, TSource)
Returns a new matrix with a given row vector inserted at the end of the original matrix.
Public methodStatic memberInsertRowT, TSource(T, TSource, Int32)
Returns a new matrix with a given row vector inserted at a given index.
Public methodStatic memberInsertRowT, TSource(T, TSource, Int32)
Returns a new matrix with a given row vector inserted at a given index.
Public methodStatic memberInsertRowT, TSource(T, TSource, Int32)
Returns a new matrix with a given column vector inserted at a given index.
Public methodStatic memberInsertRowT, TSource(T, TSource, Int32)
Returns a new matrix with a given row vector inserted at a given index.
Top
See Also