Functions

f
issingular(x: unknown): boolean

Checks if a matrix is singular (non-invertible).

Usage

import * as mod from "datatype/issingular.ts";