0.5.0 • Published 7 years ago

bluemath v0.5.0

Weekly downloads
29
License
Apache-2.0
Repository
-
Last release
7 years ago

bluemath

NPM package License

BlueMath is Math kernel library purely written in Javascript. Work in progress

It has several sub-modules which can be used on their own

Modules

@bluemath/common

Common components used by other modules of BlueMath. e.g. NDArray

NPM package

@bluemath/linalg

Built on top of emscriptened LAPACK library. Provides low level access to LAPACK and high level Linear Algebra API

NPM package

@bluemath/geom

Implements NURBS geometry for the use in CAD Applications

NPM package

@bluemath/topo

Implements Topology concepts (Winged edge data structure, Euler Operators) for use in CAD Applications

NPM package

Usage

npm install bluemath

Usage in TypeScript or ES6 modules javascript code

import * as bluemath from 'bluemath'
console.log(bluemath.eye(3));

Usage in Common JS environment (eg. node.js, browserify)

const bluemath = require('bluemath');
console.log(bluemath.eye(3));

API Reference

Unit Tests

Interactive Shell

0.5.0

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.13

7 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago