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 40 InputsAtCompileTime = InputType::RowsAtCompileTime,
44 typedef Matrix<Scalar, ValuesAtCompileTime, InputsAtCompileTime> JacobianType;
47 typedef Matrix<Scalar, InputsAtCompileTime, 1> DerivativeType;
50 typedef Matrix<ActiveScalar, InputsAtCompileTime, 1> ActiveInput;
85 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 28 InputsAtCompileTime = NX,
31 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
33 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
37 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
44 void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const
autodiff.cpp 37 InputsAtCompileTime = NX,
40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
42 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
46 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
53 void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const
NonLinearOptimization.cpp 112 InputsAtCompileTime = NX,
115 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType;
117 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType;
121 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 257 milliseconds