Introduction

numlin is a numerical computing library implemented in pure TypeScript. It provides primitives for vector and matrix operations designed for Just-In-Time (JIT) execution environments like Node.js.

Functionality

The library includes support for Universal Broadcasting, Logical Masks, and Numerically Stable Statistics.

Key Characteristics