Click or drag to resize
Accord.NET (logo)

JaggedDiagonal Method

Overload List
  NameDescription
Public methodStatic memberDiagonalT(T)
Return a square matrix with a vector of values on its diagonal.
Public methodStatic memberDiagonalT(T)
Returns a block-diagonal matrix with the given matrices on its diagonal.
Public methodStatic memberDiagonalT(Int32, T)
Returns a square diagonal matrix of the given size.
Public methodStatic memberDiagonalT(Int32, T)
Return a square matrix with a vector of values on its diagonal.
Public methodStatic memberDiagonalT(T, T)
Return a square matrix with a vector of values on its diagonal.
Public methodStatic memberDiagonalT(Int32, Int32, T)
Returns a matrix of the given size with value on its diagonal.
Public methodStatic memberDiagonalT(Int32, Int32, T)
Returns a matrix with a vector of values on its diagonal.
Public methodStatic memberDiagonalT(Int32, T, T)
Returns a square diagonal matrix of the given size.
Public methodStatic memberDiagonalT(Int32, T, T)
Return a square matrix with a vector of values on its diagonal.
Public methodStatic memberDiagonalT(Int32, Int32, T, T)
Returns a matrix of the given size with value on its diagonal.
Public methodStatic memberDiagonalT(Int32, Int32, T, T)
Returns a matrix with a vector of values on its diagonal.
Top
See Also