Functions

f
getcol(
x: matrix,
n: number
): array

Get a column of a matrix.

Usage

import * as mod from "matarrs/getcol.ts";