inlib  1.2.0
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/a2d
Go to the documentation of this file.
00001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
00002 // See the file inlib.license for terms.
00003 
00004 #ifndef inlib_a2d
00005 #define inlib_a2d
00006 
00007 // Inheritance :
00008 #include "a2"
00009 
00010 namespace inlib {
00011 namespace a2d {  //d is for double
00012 
00016 
00017 //  1  0
00018 //  0  1
00019 class id : public a2::sqm<double> {
00020 public:
00021   id(){
00022     v00(1);
00023     v11(1);
00024   }
00025 };
00026 
00027 }}
00028 
00029 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines