Click or drag to resize
Accord.NET (logo)

MatrixTranspose Method

Overload List
  NameDescription
Public methodStatic memberTransposeT(IListT)
Gets the transpose of a matrix.
Public methodStatic memberTransposeT(T)
Gets the transpose of a matrix.
Public methodStatic memberTransposeT(T)
Gets the transpose of a row vector.
Public methodStatic memberTransposeT(T)
Gets the transpose of a matrix.
Public methodStatic memberTransposeTCollection, TItem(TCollection)
Gets the transpose of a matrix.
Public methodStatic memberTranspose(Array, Int32)
Gets the generalized transpose of a tensor.
Public methodStatic memberTransposeT(T, Int32)
Gets the generalized transpose of a tensor.
Public methodStatic memberTransposeT(T, Boolean)
Gets the transpose of a matrix.
Public methodStatic memberTransposeT(T, T)
Gets the transpose of a row vector.
Public methodStatic memberTransposeT(T, T)
Gets the transpose of a row vector.
Public methodStatic memberTransposeT(T, T)
Gets the transpose of a row vector.
Public methodStatic memberTransposeT(T, Boolean)
Gets the transpose of a matrix.
Top
See Also