Matrix Calculus, Math Library, NumPy on Mendix

0
Hello,   After looking around in the App Store, we couldn’t find something to help us do Matrix calculus on Mendix. I would like to know  if is there any way to use NumPy (Python math Library) on Mendix if yes, How ?  if not Is there any other Java library we can use and how to implement it on Mendix ? Any help is appreciated !  Thanks in advance.    
asked
1 answers
1

Dear Hamza,

There is a page online with Java alternative for Numpy: https://stackoverflow.com/questions/8375558/java-equivalent-for-the-numpy-multi-dimensional-object

Once you have chosen your library, it is possible to create Java actions that can be incorporated into a microflow. More information on creating and implementing java actions can be found here: https://docs.mendix.com/refguide/java-actions

Hope this will set you in the right direction.

Best regards,

Wouter

answered