00001 (* This file is used for the doxygen documentation. *) 00002 00003 /** 00004 00005 \dir matrixlib 00006 00007 \par 00008 The matrixlib provides a class \ref matrix::Matrix "Matrix" with convinient operators 00009 and fast inversion for nonzero square matrixes. 00010 00011 \par 00012 An example can be found in example.cpp 00013 00014 \par 00015 Furthermore there is a functionality test provided in matrix.tests.cpp. 00016 */