Matrix.inverse

  1. Matrix inverse()
    struct Matrix(T, int R, int C)
    @nogc pure const nothrow
    static if(isSquare && isFloatingPoint!T && R == 2)
    inverse
    ()
  2. Matrix inverse()
  3. Matrix inverse()

Return Value

Type: Matrix

inverse of matrix.

Meta