0.4.1 • Published 7 years ago

currying-linear-algebra v0.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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>
];
0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

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