Click or drag to resize
Accord.NET (logo)

Matrix. Inverse Method

Overload List
  NameDescription
Public methodStatic memberCode exampleInverse(Decimal[,])
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Decimal[][])
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Double[,])
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Double[][])
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Single[,])
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Single[][])
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Decimal[,], Boolean)
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Decimal[][], Boolean)
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Double[,], Boolean)
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Double[][], Boolean)
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Single[,], Boolean)
Computes the inverse of a matrix.
Public methodStatic memberCode exampleInverse(Single[][], Boolean)
Computes the inverse of a matrix.
Top
See Also