Libraries for LyME

Libraries are collections of functions which complement the set of built-in functions and operators of LME, the programming language of LyME and SysQuake. To use them, type (or add in the functions block of the SQ files which rely on them) a use command, such as

use stdlib

stdlib

stdlib is the standard library of general-purpose functions for LME. Functions span from array creation and manipulation to coordinates transform and basic statistics.

stats

stats provides more advanced statistical functions.

classes

classes implements constructors and methods for polynomial and rational functions. With them, you can use standard operator notations such as + or *.

quaternion

quaternion implements constructors and methods for quaternions, which are similar to complex numbers but with four components.

control

control implements basic time- and frequency-domain responses for dynamical systems.


Copyright 2001, Calerga.

All rights reserved.