NetLogo / Tortoise

Compiler and runtime engine for NetLogo models that runs in JavaScript 🐢
https://netlogoweb.org
Other
56 stars 27 forks source link

Matrix extension: Implement eigen-related primitives #219

Open LaCuneta opened 4 years ago

LaCuneta commented 4 years ago

The Matrix extension was cleaned up and shipped, but one issues remains, as per Jason's comments from #197:

There are three primitives that are entirely unimplemented, all of which pertain to eigenvectors: real-eigenvalues, imaginary-eigenvalues, and eigenvectors. There is an issue here, since the otherwise-good matrix library that is being used (Vectorious) does not currently support eigenvector operations. The author has stated numerous times that he intends to implement those things at some point, but... it's been a while; who knows if it will ever happen.