inverse abstract method

Matrix inverse([
  1. Inverse inverseType
])

Finds the inverse of the original matrix. Product of the inverse and the original matrix results in singular matrix Default value is Inverse.LU

Implementation

Matrix inverse([Inverse inverseType]);