Functions

f
iscolumn(x: unknown): x is matrix

Checks if the input is a column vector.

Usage

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