Matrix Plugin

Matrix Plugin for REALbasic 2008 and later allows you to construct programs which, because of operator and function overloading, can handle real matrices much like doubles and integers are handled. Matrix elements are doubles. A matrix can be entered in standard form in a MultiLine EditField and read in by a single instruction.

It is a Mac OS X Universal, Windows, and Linux plugin.

Included is a test REALbasic project.

Version 1.1 corrects a bug with addition and subtraction of a matrix with a double or integer.
Version 1.3 allows, for string entry, fractional forms for matrix elements.
Version 1.5 corrects a bug in the x86 part of the plugin which caused an incorrect reading of a matrix from an EditField.
Version 2.0 adds support for creating Mac OS X Universal applications with REALbasic 2006 Release 4.
Version 2.5 now works with REALbasic 2008 release 3 and later.

Matrix Plugin was programmed in C++ using Xcode 3.0, gcc 4.1.2, MinGW and MSYS.
Freeware.


Download Matrix Plugin v 2.5. The download includes documentation.

MatrixPlugin.zip (152 KB)


Back To Bob Delaney's Home Page