Prev Next IdenticalPar

Check if a Value is Identically a Parameter

Syntax
inline bool IdenticalPar(const Type &x)

Description
If x is not of type AD<Base>, this function returns true. Otherwise, it returns true if and only if the sequence of values
     
xx.value_, x.value_.value , ...
are all parameters.
Input File: cppad/local/identical.hpp