Click or drag to resize
Accord.NET (logo)

MatrixGet Method

Overload List
  NameDescription
Public methodStatic memberGetT(ListT, Int32)
Returns a subvector extracted from the current vector.
Public methodStatic memberGetT(T, Int32)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, IListInt32)
Returns a subvector extracted from the current vector.
Public methodStatic memberGetT(T, Int32)
Returns a value extracted from the current vector.
Public methodStatic memberGetT(T, Int32, Int32)
Returns a subvector extracted from the current vector.
Public methodStatic memberGetT(T, Int32, Boolean)
Returns a subvector extracted from the current vector.
Public methodStatic memberGetT(T, Int32, Boolean)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Boolean, Boolean, T)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, Int32)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, Int32)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, T)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, T, Int32, Int32)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, Int32)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, Int32, Int32)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Boolean, Boolean, Boolean, T)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, Int32, Int32)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, Int32, Boolean)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, Int32, Int32, Boolean, T)
Returns a sub matrix extracted from the current matrix.
Public methodStatic memberGetT(T, T, Int32, Int32, Int32, Int32)
Returns a sub matrix extracted from the current matrix.
Top
See Also