Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/mentat/linalg/core.ts";

§Classes

Matrix

Creates a "matrix" from an existing array-like object with optional dimensions

Vector

§Variables

precision

INFO: port of the Bayes for physicists linear algebra library to Deno

§Functions

Build

Build a "matrix" where each element is a function applied to element index

Constant

Creates a "matrix" filled with constant

Eye

Creates a n x n identity matrix

Linspace

Creates a column vector with linearly-spaced elements

Ones

Creates a "matrix" filled with ones

Outer

Outer product (form matrix from vector tensor product)

Zeros

Creates a "matrix" with all entries set to zero

§Interfaces

LUResult
SVDResult