Version 5.5
1,441 downloads
Eigen4AutoIt Features:
free, fast matrix computing environment for Windows (runs under Wine on Linux and Mac)
built upon the robust Eigen code base (open-source), with many enhancements
simple, intuitive functions, with extensive online documentation
supports integer, single, and double precision, in real and complex matrices
Tutorials with scripts, plus Test scripts for each function section
easily exchange data between native binary files (.mat) and ASCII, Excel, and Xbase files, or AutoIt arrays
32-bit (x86-mode) and 64-bit (x64-mode) support
in x64-mode, matrices can be any size that fits into available virtual memory (>4GB), and can be shared between processes
over one thousand alias wrappers for flexibility and ease-of-use
The Eigen4AutoIt thread is here:
This computing environment allows you to do matrix I/O (memory & files), matrix arithmetic, transformation, reduction, and decomposition, solve systems of linear equations, and perform statistics. Most functions can act on integer, real, or complex matrices (or the latter's real/imaginary parts separately). Much of the actual complexity of using Eigen in its native C++ environment has been hidden for AutoIt users, through extensive bounds and error checks, an intuitive function-naming convention, a large help file, and detailed tutorials and test examples.