mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

fail to create specify matrix #135

Closed dantecsm closed 2 years ago

dantecsm commented 2 years ago
const { Matrix } = require('ml-matrix');

var A = new Matrix([[0, 1, 0], [-1, 0, 1], [0, 0, 1]]);

image

stropitek commented 2 years ago

I'm not familiar with runkit, but this code runs in node 14 so likely an issue related to runkit

targos commented 2 years ago

I'm going to close this as the provided code works in Node.js and we do not use RunKit.