HomeSort by relevance Sort by last modified time
    Searched refs:InputsAtCompileTime (Results 1 - 7 of 7) sorted by null

  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 31 InputsAtCompileTime = Functor::InputsAtCompileTime,
41 typedef Matrix<Scalar,InputsAtCompileTime,1> DerivativeType;
45 typedef Matrix<ActiveScalar, InputsAtCompileTime, 1> ActiveInput;
62 if(InputsAtCompileTime==Dynamic)
  /external/eigen/unsupported/test/
NumericalDiff.cpp 17 InputsAtCompileTime = NX,
20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
22 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
forward_adolc.cpp 30 InputsAtCompileTime = NX,
33 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
35 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
39 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
46 void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const
autodiff.cpp 36 InputsAtCompileTime = NX,
39 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
41 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
45 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
52 void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const
NonLinearOptimization.cpp 111 InputsAtCompileTime = NX,
114 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
116 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
120 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 57 InputsAtCompileTime = Functor::InputsAtCompileTime,
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 46 InputsAtCompileTime = NX,
49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
51 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
55 DenseFunctor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
78 InputsAtCompileTime = Dynamic,

Completed in 4449 milliseconds