00001 // This is brl/bbas/bsta/bsta_beta_f1.h 00002 #ifndef bsta_beta_f1_h_ 00003 #define bsta_beta_f1_h_ 00004 //: 00005 // \file 00006 // \brief A beta distribution in 1D with type float 00007 // \author Gamze Tunali (gtunali@brown.edu) 00008 // \date June 13, 2006 00009 00010 #include "bsta_beta.h" 00011 00012 typedef bsta_beta<float> bsta_beta_f1; 00013 00014 #endif // bsta_beta_f1_h_