Development of Matrix Operations library

@pallav12 – really exciting that you want to contribute! Looking forward to whatever you do.

JAMA

A common Java matrix package that has been used in the past is JAMA: h ttps://math.nist.gov/javanumerics/jama/

Previous discussion of use in Processing:

Papaya

There is also a Processing 2 statistics library called Papaya with matrix features:

http://adilapapaya.com/papayastatistics/#matrix

currently hosted by @kfrajer

Here is a a previous discussion of using Papaya in Processing 3 projects.

You could build on one of these / update them / create a wrapper for them … or make something new!

2 Likes