isSingular method

bool isSingular()

Implementation

bool isSingular() => this.det() == 0;