Changeset 219 for bdm/math

Show
Ignore:
Timestamp:
12/18/08 20:38:46 (16 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/math/libDC.h

    r183 r219  
    1616#include <itpp/itbase.h> 
    1717#include "../itpp_ext.h" 
     18 
     19/*! 
     20\defgroup math Auxiliary math functions  
     21@{ 
     22*/ 
    1823 
    1924using namespace itpp; 
     
    282287inline int ldmat::rows() const {return dim;} 
    283288 
     289/*! @} */ 
     290 
    284291#endif // DC_H