Searched refs:CoeffType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffVector.h40 typedef AutoDiffScalar<typename JacobianType::ColXpr> CoeffType; typedef in class:Eigen::AutoDiffVector
52 CoeffType operator[] (Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); }
53 const CoeffType operator[] (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); }
55 CoeffType operator() (Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); }
56 const CoeffType operator() (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); }
58 CoeffType coeffRe
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReductionCuda.h113 template <typename CoeffType, typename Index>
114 __global__ void ReductionInitKernel(const CoeffType val, Index num_preserved_coeffs, CoeffType* output) {

Completed in 746 milliseconds