Searched refs:AutoDiffScalar (Results 1 – 5 of 5) sorted by relevance
60 class AutoDiffScalar77 AutoDiffScalar() {} in AutoDiffScalar() function81 AutoDiffScalar(const Scalar& value, int nbDer, int derNumber) in AutoDiffScalar() function89 /*explicit*/ AutoDiffScalar(const Real& value) in AutoDiffScalar() function97 AutoDiffScalar(const Scalar& value, const DerType& der) in AutoDiffScalar() function102 AutoDiffScalar(const AutoDiffScalar<OtherDerType>& other) in AutoDiffScalar() function106 friend std::ostream & operator << (std::ostream & s, const AutoDiffScalar& a)111 AutoDiffScalar(const AutoDiffScalar& other) in AutoDiffScalar() function116 inline AutoDiffScalar& operator=(const AutoDiffScalar<OtherDerType>& other)123 inline AutoDiffScalar& operator=(const AutoDiffScalar& other)[all …]
38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;40 typedef AutoDiffScalar<typename JacobianType::ColXpr> CoeffType;
42 typedef AutoDiffScalar<DerivativeType> ActiveScalar;
19 * templated scalar type wrapper AutoDiffScalar.32 #include "src/AutoDiff/AutoDiffScalar.h"
135 typedef AutoDiffScalar<Vector2f> AD; in test_autodiff_scalar()146 typedef AutoDiffScalar<Vector2f> AD; in test_autodiff_vector()