Re: JESS: Matrixes in Jess

2005-09-30 Thread Alan Moore
Yuri, You can use any/all facilities that Java has for matrices since Jess has full (reflective) access to the Java/third-party matrix APIs - see: http://math.nist.gov/javanumerics/jama If you want to pattern match against elements in a matrix, you can use multifields or ordered facts. For e

JESS: Matrixes in Jess

2005-09-30 Thread Yura
Hi All   Does anyone know how to implement matrixes in Jess?   Yuri