MatrixNoInverseException constructor

MatrixNoInverseException([
  1. String cause = "No inverse for this matrix"
])

Implementation

MatrixNoInverseException([String cause = "No inverse for this matrix"]) : super(cause);