@asymptoticgroup/symba@1.0.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
asymptoticgroup/symbaA minimal library for the definition and solution of linear systems involving symmetric, banded matrices.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
a year ago (1.0.0)
Symmetric, Banded Matrix Library (SYMBA)
This is a minimal library for the definition and solution of linear systems involving symmetric, banded matrices. In particular, an in-place Cholesky decomposition is provided.
Refer to the generated documentation for usage; primarily you will allocate
the matrix, then define it either via set(i, j, x)
or band(k)[...] = ...
.
Call factor()
once (and only once!), then solve(x)
as many times as you
need.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@asymptoticgroup/symba
Import symbol
import * as symba from "@asymptoticgroup/symba";
Import directly with a jsr specifier
import * as symba from "jsr:@asymptoticgroup/symba";
Add Package
pnpm i jsr:@asymptoticgroup/symba
pnpm dlx jsr add @asymptoticgroup/symba
Import symbol
import * as symba from "@asymptoticgroup/symba";
Add Package
yarn add jsr:@asymptoticgroup/symba
yarn dlx jsr add @asymptoticgroup/symba
Import symbol
import * as symba from "@asymptoticgroup/symba";
Add Package
vlt install jsr:@asymptoticgroup/symba
Import symbol
import * as symba from "@asymptoticgroup/symba";
Add Package
npx jsr add @asymptoticgroup/symba
Import symbol
import * as symba from "@asymptoticgroup/symba";
Add Package
bunx jsr add @asymptoticgroup/symba
Import symbol
import * as symba from "@asymptoticgroup/symba";