Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/01/2020 in all areas

  1. RTFC

    Eigen4AutoIt

    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.
    1 point
  2. @devilspride, welcome to the AutoIt forum. notice that when you #include some external file, that file which you create yourself (often known as UDF) does not have to include functions only - it can include whatever code you choose, be it variables or constants declarations, option statements, function calls, etc. so you can put all the region of the COMMON INITIAL VARIABLES into a dedicated file, and #include it in all your scripts. or am i missing something?
    1 point
  3. Not even sure it is possible to do it. At the moment, I cannot think of a simple way to perform such a task. Maybe someone else will bring a solution. But my first impression is that you would need to use a secondary key. For example, if you press Ctrl and left click, you could continue left clicking until the Ctrl key is released.
    1 point
  4. paravantis

    SciTE and Wrap

    Was looking for exactly this (in 2017), thank you all very much for this useful post.
    1 point
  5. Chimaera

    SciTE and Wrap

    Ok ive added near the top of the user options file and it appears to work. Thanks all
    1 point
×
×
  • Create New...