Functions

f
inv(x: number | matrix): number | matrix
2 overloads

Computes the inverse of a square matrix.

Usage

import * as mod from "linalgebra/inv.ts";