algebra.h

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @file   algebra.h
00003    @author Travis Fischer (fisch0920@gmail.com)
00004    @date   Fall 2008
00005    
00006    @brief
00007       Convenience header which includes all headers in the linear 
00008    algebra package (Matrix.h, Vector.h, and Point.h).
00009    <!-------------------------------------------------------------------->**/
00010 
00011 #ifndef _ALGEBRA_H_
00012 #define _ALGEBRA_H_
00013 
00014 #include <common/math/Matrix.h>
00015 #include <common/math/Vector.h>
00016 #include <common/math/Point.h>
00017 
00018 #endif // _ALGEBRA_H_
00019 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6