19 return (v0==
value(v1));
28 return (v0<=
value(v1));
37 return (v0>=
value(v1));
46 return (v0>
value(v1));
55 return (v0<
value(v1));
64 return (v0!=
value(v1));
Base class for dvariable.
int operator!=(double v0, const prevariable &v1)
Description not yet available.
int operator<(double v0, const prevariable &v1)
Description not yet available.
int operator==(double v0, const prevariable &v1)
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
int operator>(double v0, const prevariable &v1)
Description not yet available.
int operator<=(double v0, const prevariable &v1)
Description not yet available.
dvector value(const df1_one_vector &v)
int operator>=(double v0, const prevariable &v1)
Description not yet available.