Functions

f
linsolve(
A: matrix,
b: array | matrix
): array | matrix

Solve a linear system of equations Ax = b.

Usage

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