Skip to content

Releases: ruanswanepoel/JS-Matrix

v1.1.1

24 Dec 07:38
3924c09
Compare
Choose a tag to compare

What's changed

  • Added random constructor
  • Added element-wise multiplication and division
  • Added transpose function
  • Added matrix forEach and map functions

Installation

npm install @rewforen/js-matrix@1.1.1

JS-Matrix v1.1.0

25 Jul 12:31
b0e57e9
Compare
Choose a tag to compare

Features

  • Includes most basic matrix features
  • A few constructors
  • Matrix addition, subtraction, multiplication
  • Value addition, subtraction, multiplication, division

Install

npm install @rewforen/js-matrix@1.1.0

JS-Matrix v1.0.4

06 Jul 09:00
c8e52a9
Compare
Choose a tag to compare
JS-Matrix v1.0.4 Pre-release
Pre-release

Features

  • Create matrices from 1D or 2D arrays.

Install

npm install @rewforen/js-matrix@1.0.4