/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Scaling.h | 72 explicit inline Scaling(const VectorType& coeffs) : m_coeffs(coeffs) {} in Scaling() 74 const VectorType& coeffs() const { return m_coeffs; } in coeffs() function 75 VectorType& coeffs() { return m_coeffs; } in coeffs() function
|
D | Hyperplane.h | 155 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function 160 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
|
/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 84 …inline const typename internal::traits<Derived>::Coefficients& coeffs() const { return derived().c… in coeffs() function 87 inline typename internal::traits<Derived>::Coefficients& coeffs() { return derived().coeffs(); } in coeffs() function
|
D | Hyperplane.h | 166 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function 171 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
|
D | Scaling.h | 136 static inline const DiagonalWrapper<const Derived> Scaling(const MatrixBase<Derived>& coeffs) in Scaling()
|
/external/eigen/Eigen/src/Core/ |
D | BandMatrix.h | 60 inline const CoefficientsType& coeffs() const { return derived().coeffs(); } in coeffs() function 63 inline CoefficientsType& coeffs() { return derived().coeffs(); } in coeffs() function
|
/external/eigen/doc/special_examples/ |
D | Tutorial_sparse_example_details.cpp | 8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, in insertCoefficient()
|
/external/webp/src/enc/ |
D | token.c | 103 const int16_t* const coeffs, in VP8RecordCoeffTokens()
|
D | frame.c | 32 const int16_t* coeffs; member 267 static void SetResidualCoeffs(const int16_t* const coeffs, in SetResidualCoeffs()
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 154 const Vector3& coeffs() const { return m_angles; } in coeffs() function in EulerAngles 155 Vector3& coeffs() { return m_angles; } in coeffs() function in EulerAngles
|
/external/opencv/cvaux/src/ |
D | cveigenobjects.cpp | 964 CvSize size, float *coeffs ) in icvEigenDecomposite_8u32fR() 1056 int ioFlags, void *userData, float *coeffs, in icvEigenProjection_8u32fR() 1604 float* coeffs ) in cvEigenDecomposite() 1719 float* coeffs, in cvEigenProjection()
|
D | cvepilines.cpp | 100 CvStereoLineCoeff* coeffs, in icvCompute3DPoint() 349 CvStereoLineCoeff* coeffs, in icvComCoeffForLine() 602 CvStereoLineCoeff* coeffs) in icvComputeStereoLineCoeffs()
|
D | cvtrifocal.cpp | 1570 CvMat coeffs; in GetGoodReduceFundamMatrFromTwo() local
|
/external/webp/src/dec/ |
D | frame.c | 586 const int16_t* coeffs = dec->coeffs_; in VP8ReconstructBlock() local
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 266 cvSolveCubic( const CvMat* coeffs, CvMat* roots ) in cvSolveCubic()
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 691 CvMat coeffs = cvMat( 1, 4, CV_64F, c ); in run7Point() local
|
D | cvfilter.cpp | 2138 float* coeffs; in init() local
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 530 double coeffs[2][3][3];/* coefficients for transformation */ member
|