Functions

f
isrow(x: unknown): x is matrix

Checks if the input is a row vector.

Usage

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