currying-linear-algebra

0.4.1 • Public • Published

Complex number

Complex number is an array of two Number elements.

c = [Number, Number]

Vector

Vector is an array of complex numbers.

x = [Complex number | Number , ...]

Matrix

Matrix is an array with dimension and entry function.

A = [
  <dimension: [Positive integer, Positive integer]>,
  <operate: Vector => Vector>
];

Package Sidebar

Install

npm i currying-linear-algebra

Weekly Downloads

1

Version

0.4.1

License

MIT

Unpacked Size

16.7 kB

Total Files

19

Last publish

Collaborators

  • sonjh02