Discussions related to Visual Prolog
User avatar
Ferenc Nagy
VIP Member
Posts: 215
Joined: 24 Apr 2007 12:26

Matrix operations using array2M

Unread post by Ferenc Nagy »

The original Prolog used to have only lists. Matrices could be handled as lists of lists. Binaries appeared later. Now the array2M class makes easy the programming of matrix operations and translating linear algebra subroutines from Fortran and other languages.

Is there anybody on the list who has experience in this topic, e.g. who applied a matrix inversion subroutine to VIP7 using two dimensional array?
TIA, Regards,
Frank Nagy
Peter Muraya
VIP Member
Posts: 147
Joined: 5 Dec 2012 7:29

Unread post by Peter Muraya »

Frank,
I have not used array2M for matrix operations in the way you suggest, but I have used it as a 2-dimensional buffer of identity key values in an ODBC application that speeds up data access by a factor of more than 10! And I love it.
Mutall Data Management Technical Support
Post Reply