
************************************************************************
fpc 2.2 warning BEWARE of inline() ! some usage was useless but ok
in previous versions of compiler but will blow up newer versions...
If you do get a core dump of the compiler then suspect inline directive
first !
************************************************************************


System requirements:
	a decent posix system ( linux etc... ):
	with make egrep optionally the GSL library
	The free pascal compiler 2.* (http://freepascal.org)

Install:


add          all element / element addition see also sub mul dvd
append       file open in append mode see also reset rewrite
col          col manipulation see also lgn ( should it be row )
cpy          TODO -> remove from interface use equ() avatar instead
dia          build diagonal mtx see also zer one eye dim
dim          dim and init a mtx
dvd          elm / elm division see also add sub mul
elm          elm copy / retrieve between (sub) mtx
equ          mtx assign init from other mtx or strings...
eye          build eye mtx see also dia
lgn          row manipulation
lsp          linspace
map          alias and use of static memory
mpt          debug output of mtx record
mty          boolean empty or nil mtx
mul          elm/elm mul see add sub dvd...
mwa          mtx write in append mode
mwr          mtx write
nam          mtx name assign / retrieve
one          special mtx see also zer eye dim...
prd          matrix product and akin
ptr          conversion to use forran routine
reset        TP5 like avatars / compatibility with all versions
rewrite      TP5 like avatars
sli          slice function see also lgn col
smx          sub matrix function see also sli lgn col
sub          elm/elm substraction see also add mul dvd
tra          trace on/off
trp          transpose function
***          writx        prity print floats / integers
                          NOTE obsolete use mwr(double) avatar
***          wtrace       should not be in interface !!!
zer          build a zero filled mtx see also one eye dim...
fmt          pretty/ugly format

TODO inv spl sev and a few other from mtx08a not yet included
