Get Teem at SourceForge.net. Fast, secure and Free Open Source software downloads
to teem

ell

teem This is an elbow
- Macros
 
- Functions

Linear Algebra

ell provides what little need teem has for linear algebra routines. Most of ell usage is actually from its endless sea of #define macros (ELL_3M_MUL does 3x3 matrix multiply, ELL_3MV_MUL does 3x3 matrix/vector mulitply, ELL_4M_TRAN_IP does an in-place 4x4 matrix transpose, and so on). Functions for cubic polynomial and 3x3 eigensystem solutions are available.

More information as time permits.