00001 /* 00002 * $Id$ 00003 * 00004 * Author: David Fournier 00005 * Copyright (c) 2008-2012 Regents of the University of California 00006 */ 00007 #include <admodel.h> 00008 00009 //double ndfboundp( double x, double fmin, double fmax, const double& fpen); 00010 00011 void param_init_bounded_number::set_maxb(double x) 00012 { 00013 maxb=x; 00014 } 00015 00016 double param_init_bounded_number::get_maxb(void) 00017 { 00018 return maxb; 00019 } 00020 00021 void param_init_bounded_vector::set_maxb(double x) 00022 { 00023 maxb=x; 00024 } 00025 00026 double param_init_bounded_vector::get_maxb(void) 00027 { 00028 return maxb; 00029 } 00030 00031 void param_init_bounded_matrix::set_maxb(double x) 00032 { 00033 maxb=x; 00034 } 00035 00036 double param_init_bounded_matrix::get_maxb(void) 00037 { 00038 return maxb; 00039 }
Generated on Tue Mar 8 2016 19:51:35 for ADMB Documentation by 1.8.0 |