Go to the documentation of this file.
25 namespace constraints {
30 Real const j =
A_ * cosine * cosine +
B_ * cosine +
C_;
40 Real const j =
A_ * cosine * cosine +
B_ * cosine +
C_;
41 return -2 *( (j -
x0_ ) / (
sd_ *
sd_) ) * sine *(2*
A_*cosine +
B_ ) ;