Functions

f
squeeze<T>(x: NestedArray<T>): NestedArray<T>

Removes singleton dimensions from arrays or matrices.

Type Aliases

Usage

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