Skip to main content
Module

x/math/matrix/mod.ts

Deno module for high-precision calculations and scientific computing
Latest
File
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
export * from "./matrix.ts";export * from "./eye.ts";export * from "./identity.ts";