Click or drag to resize
Accord.NET (logo)

MatrixInsertColumn Method

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