All Implemented Interfaces:
MatrixFunctionI, PostfixMathCommandI, 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: