Class MatrixInv

  • All Implemented Interfaces:
    MatrixFunctionI, PostfixMathCommandI, java.io.Serializable

    public class MatrixInv
    extends UnaryFunction
    implements MatrixFunctionI
    Calculate the inverse of a square matrix using a MatrixField. For 2 by 2 and 3 by 3 matrices explicit formula are used, for larger dimension Gauss–Jordan elimination with partial pivoting is used.
    See Also:
    Serialized Form