Searched defs:AutoDiffVector (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffVector.h33 class AutoDiffVector class in namespace:Eigen
43 inline AutoDiffVector() {} function in class:Eigen::AutoDiffVector
45 inline AutoDiffVector(const ValueType& values) function in class:Eigen::AutoDiffVector
67 inline AutoDiffVector(const ValueType& values, const JacobianType& jac) function in class:Eigen::AutoDiffVector
72 inline AutoDiffVector(const AutoDiffVector<OtherValueType, OtherJacobianType>& other) argument
76 inline AutoDiffVector(const AutoDiffVector& other) function in class:Eigen::AutoDiffVector
81 inline AutoDiffVector& operator=(const AutoDiffVector<OtherValueTyp argument
105 operator +(const AutoDiffVector<OtherValueType,OtherJacobianType>& other) const argument
116 operator +=(const AutoDiffVector<OtherValueType,OtherJacobianType>& other) argument
127 operator -(const AutoDiffVector<OtherValueType,OtherJacobianType>& other) const argument
138 operator -=(const AutoDiffVector<OtherValueType,OtherJacobianType>& other) argument
206 operator *=(const AutoDiffVector<OtherValueType,OtherJacobianType>& other) argument
[all...]

Completed in 96 milliseconds