Click or drag to resize
Accord.NET (logo)

MatrixDecompose Method

Overload List
  NameDescription
Public methodStatic memberDecompose(Decimal, Boolean)
Creates a matrix decomposition that be used to compute the solution matrix if the matrix is square or the least squares solution otherwise.
Public methodStatic memberDecompose(Decimal, Boolean)
Creates a matrix decomposition that be used to compute the solution matrix if the matrix is square or the least squares solution otherwise.
Public methodStatic memberDecompose(Double, Boolean)
Creates a matrix decomposition that be used to compute the solution matrix if the matrix is square or the least squares solution otherwise.
Public methodStatic memberDecompose(Double, Boolean)
Creates a matrix decomposition that be used to compute the solution matrix if the matrix is square or the least squares solution otherwise.
Public methodStatic memberDecompose(Single, Boolean)
Creates a matrix decomposition that be used to compute the solution matrix if the matrix is square or the least squares solution otherwise.
Public methodStatic memberDecompose(Single, Boolean)
Creates a matrix decomposition that be used to compute the solution matrix if the matrix is square or the least squares solution otherwise.
Top
See Also