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

/external/eigen/doc/special_examples/
H A DTutorial_sparse_example_details.cpp8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, argument
16 else coeffs.push_back(T(id,id1,w)); // unknown coefficient
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DScaling.h72 explicit inline Scaling(const VectorType& coeffs) : m_coeffs(coeffs) {} argument
74 const VectorType& coeffs() const { return m_coeffs; } function in class:Eigen::Scaling
75 VectorType& coeffs() { return m_coeffs; } function in class:Eigen::Scaling
79 { return Scaling(coeffs().cwise() * other.coeffs()); }
90 { return coeffs().asDiagonal() * other; }
95 { return other * s.coeffs().asDiagonal(); }
103 { return coeffs().asDiagonal() * other; }
107 { return Scaling(coeffs()
[all...]
H A DHyperplane.h155 inline const Coefficients& coeffs() const { return m_coeffs; } function in class:Eigen::Hyperplane
160 inline Coefficients& coeffs() { return m_coeffs; } function in class:Eigen::Hyperplane
171 Scalar det = coeffs().coeff(0) * other.coeffs().coeff(1) - coeffs().coeff(1) * other.coeffs().coeff(0);
176 if(ei_abs(coeffs().coeff(1))>ei_abs(coeffs().coeff(0)))
177 return VectorType(coeffs().coeff(1), -coeffs()
[all...]
H A DQuaternion.h93 inline const Coefficients& coeffs() const { return m_coeffs; } function in class:Eigen::Quaternion
96 inline Coefficients& coeffs() { return m_coeffs; } function in class:Eigen::Quaternion
193 { m_coeffs = other.coeffs().template cast<Scalar>(); }
380 return Quaternion(conjugate().coeffs() / n2);
442 return Quaternion<Scalar>(scale0 * coeffs() + scale1 * other.coeffs());
475 q.coeffs().coeffRef(i) = Scalar(0.5) * t;
478 q.coeffs().coeffRef(j) = (mat.coeff(j,i)+mat.coeff(i,j))*t;
479 q.coeffs().coeffRef(k) = (mat.coeff(k,i)+mat.coeff(i,k))*t;
491 q.coeffs()
[all...]
/external/eigen/Eigen/src/Geometry/
H A DScaling.h132 /** Constructs an axis aligned scaling expression from vector expression \a coeffs
133 * This is an alias for coeffs.asDiagonal()
136 static inline const DiagonalWrapper<const Derived> Scaling(const MatrixBase<Derived>& coeffs) argument
137 { return coeffs.asDiagonal(); }
H A DHyperplane.h57 : m_coeffs(other.coeffs())
166 inline const Coefficients& coeffs() const { return m_coeffs; } function in class:Eigen::Hyperplane
171 inline Coefficients& coeffs() { return m_coeffs; } function in class:Eigen::Hyperplane
182 Scalar det = coeffs().coeff(0) * other.coeffs().coeff(1) - coeffs().coeff(1) * other.coeffs().coeff(0);
187 if(internal::abs(coeffs().coeff(1))>internal::abs(coeffs().coeff(0)))
188 return VectorType(coeffs()
[all...]
H A DQuaternion.h60 inline Scalar x() const { return this->derived().coeffs().coeff(0); }
62 inline Scalar y() const { return this->derived().coeffs().coeff(1); }
64 inline Scalar z() const { return this->derived().coeffs().coeff(2); }
66 inline Scalar w() const { return this->derived().coeffs().coeff(3); }
69 inline Scalar& x() { return this->derived().coeffs().coeffRef(0); }
71 inline Scalar& y() { return this->derived().coeffs().coeffRef(1); }
73 inline Scalar& z() { return this->derived().coeffs().coeffRef(2); }
75 inline Scalar& w() { return this->derived().coeffs().coeffRef(3); }
78 inline const VectorBlock<const Coefficients,3> vec() const { return coeffs().template head<3>(); }
81 inline VectorBlock<Coefficients,3> vec() { return coeffs()
84 inline const typename internal::traits<Derived>::Coefficients& coeffs() const { return derived().coeffs(); } function in class:Eigen::QuaternionBase
87 inline typename internal::traits<Derived>::Coefficients& coeffs() { return derived().coeffs(); } function in class:Eigen::QuaternionBase
277 inline Coefficients& coeffs() { return m_coeffs;} function in class:Eigen::Quaternion
278 inline const Coefficients& coeffs() const { return m_coeffs;} function in class:Eigen::Quaternion
366 Map(const Scalar* coeffs) argument
368 inline const Coefficients& coeffs() const { return m_coeffs;} function in class:Eigen::Map
402 Map(Scalar* coeffs) argument
404 inline Coefficients& coeffs() { return m_coeffs; } function in class:Eigen::Map
405 inline const Coefficients& coeffs() const { return m_coeffs; } function in class:Eigen::Map
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c105 const int16_t* const coeffs,
114 const int c = coeffs[n++];
104 VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last, const int16_t* const coeffs, VP8TBuffer* const tokens) argument
H A Dframe.c34 const int16_t* coeffs; member in struct:__anon11603
127 while ((v = res->coeffs[n++]) == 0) {
269 static void SetResidualCoeffs(const int16_t* const coeffs, argument
274 if (coeffs[n]) {
279 res->coeffs = coeffs;
297 int v = res->coeffs[n];
317 const int v = abs(res->coeffs[n]);
405 const int c = res->coeffs[n++];
583 res.first, res.last, res.coeffs, token
[all...]
/external/webp/src/enc/
H A Dtoken.c105 const int16_t* const coeffs,
114 const int c = coeffs[n++];
104 VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last, const int16_t* const coeffs, VP8TBuffer* const tokens) argument
H A Dframe.c34 const int16_t* coeffs; member in struct:__anon27998
127 while ((v = res->coeffs[n++]) == 0) {
269 static void SetResidualCoeffs(const int16_t* const coeffs, argument
274 if (coeffs[n]) {
279 res->coeffs = coeffs;
297 int v = res->coeffs[n];
317 const int v = abs(res->coeffs[n]);
405 const int c = res->coeffs[n++];
583 res.first, res.last, res.coeffs, token
[all...]
/external/eigen/Eigen/src/Core/
H A DBandMatrix.h60 inline const CoefficientsType& coeffs() const { return derived().coeffs(); } function in class:Eigen::internal::BandMatrixBase
63 inline CoefficientsType& coeffs() { return derived().coeffs(); } function in class:Eigen::internal::BandMatrixBase
72 Index len = coeffs().rows();
76 len = (std::min)(rows(),std::max<Index>(0,coeffs().rows() - (supers()-i)));
79 len = std::max<Index>(0,coeffs().rows() - (i + 1 - rows() + subs()));
80 return Block<CoefficientsType,Dynamic,1>(coeffs(), start, i, len, 1);
85 { return Block<CoefficientsType,1,SizeAtCompileTime>(coeffs(),supers(),0,1,(std::min)(rows(),cols())); }
89 { return Block<const CoefficientsType,1,SizeAtCompileTime>(coeffs(),super
225 inline const CoefficientsType& coeffs() const { return m_coeffs; } function in class:Eigen::internal::BandMatrix
226 inline CoefficientsType& coeffs() { return m_coeffs; } function in class:Eigen::internal::BandMatrix
269 BandMatrixWrapper(const CoefficientsType& coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) argument
289 inline const CoefficientsType& coeffs() const { return m_coeffs; } function in class:Eigen::internal::BandMatrixWrapper
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c588 const int16_t* coeffs = dec->coeffs_; local
623 VP8Transform(coeffs + n * 16, dst, 0);
625 VP8TransformDC(coeffs + n * 16, dst);
635 VP8Transform(coeffs + n * 16, dst, 0);
637 VP8TransformDC(coeffs + n * 16, dst);
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp154 const Vector3& coeffs() const { return m_angles; } function in class:EulerAngles
155 Vector3& coeffs() { return m_angles; } function in class:EulerAngles
192 res.coeffs() = lerp(t, a.coeffs(), b.coeffs());
302 currentFrame.orientation.coeffs().normalize();
/external/webp/src/dec/
H A Dframe.c588 const int16_t* coeffs = dec->coeffs_; local
623 VP8Transform(coeffs + n * 16, dst, 0);
625 VP8TransformDC(coeffs + n * 16, dst);
635 VP8Transform(coeffs + n * 16, dst, 0);
637 VP8TransformDC(coeffs + n * 16, dst);
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp954 // coeffs - calculated coefficients (output data)
964 CvSize size, float *coeffs )
975 if( obj == NULL || eigInput == NULL || coeffs == NULL || avg == NULL )
1013 coeffs[i] = w;
1027 coeffs[i] = w;
1043 // coeffs - Previously calculated decomposition coefficients
1056 int ioFlags, void *userData, float *coeffs,
1068 if( rest == NULL || eigInput == NULL || avg == NULL || coeffs == NULL )
1110 float c = coeffs[k];
1592 // coeffs
1055 icvEigenProjection_8u32fR( int nEigObjs, void *eigInput, int eigStep, int ioFlags, void *userData, float *coeffs, float *avg, int avgStep, uchar * rest, int restStep, CvSize size ) argument
1715 cvEigenProjection( void* eigInput, int nEigObjs, int ioFlags, void* userData, float* coeffs, IplImage* avg, IplImage* proj ) argument
[all...]
H A Dcvtrifocal.cpp336 /* we have computed coeffs for reduced project matrix */
1570 CvMat coeffs; local
1574 coeffs = cvMat(1,4,CV_64F,coeffs_dat);
1582 num = cvSolveCubic(&coeffs,&result);
1684 /* Get second coeffs */
2681 /* Now first 10 elements has coeffs */
H A Dcvepilines.cpp100 CvStereoLineCoeff* coeffs,
116 partX = coeffs->Xcoef + coeffs->XcoefA *alpha +
117 coeffs->XcoefB*betta + coeffs->XcoefAB*alphabetta;
119 partY = coeffs->Ycoef + coeffs->YcoefA *alpha +
120 coeffs->YcoefB*betta + coeffs->YcoefAB*alphabetta;
122 partZ = coeffs
99 icvCompute3DPoint( double alpha,double betta, CvStereoLineCoeff* coeffs, CvPoint3D64d* point) argument
339 icvComCoeffForLine( CvPoint2D64d point1, CvPoint2D64d point2, CvPoint2D64d point3, CvPoint2D64d point4, CvMatr64d camMatr1, CvMatr64d rotMatr1, CvMatr64d transVect1, CvMatr64d camMatr2, CvMatr64d rotMatr2, CvMatr64d transVect2, CvStereoLineCoeff* coeffs, int* needSwapCamera) argument
598 icvComputeStereoLineCoeffs( CvPoint3D64d pointA, CvPoint3D64d pointB, CvPoint3D64d pointCam1, double gamma, CvStereoLineCoeff* coeffs) argument
2365 icvComputePerspectiveCoeffs(const CvPoint2D32f srcQuad[4],const CvPoint2D32f dstQuad[4],double coeffs[3][3]) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxutils.cpp266 cvSolveCubic( const CvMat* coeffs, CvMat* roots ) argument
278 if( !CV_IS_MAT(coeffs) )
279 CV_ERROR( !coeffs ? CV_StsNullPtr : CV_StsBadArg, "Input parameter is not a valid matrix" );
284 if( (CV_MAT_TYPE(coeffs->type) != CV_32FC1 && CV_MAT_TYPE(coeffs->type) != CV_64FC1) ||
289 coeff_count = coeffs->rows + coeffs->cols - 1;
291 if( (coeffs->rows != 1 && coeffs->cols != 1) || (coeff_count != 3 && coeff_count != 4) )
300 if( CV_MAT_TYPE(coeffs
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2512 * Ex: coeffs[0] + x * coeffs[1] + x^2 * coeffs[2].
2517 const double *coeffs,
2545 coeff = lp_build_const_vec(bld->gallivm, type, coeffs[i]);
2515 lp_build_polynomial(struct lp_build_context *bld, LLVMValueRef x, const double *coeffs, unsigned num_coeffs) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2512 * Ex: coeffs[0] + x * coeffs[1] + x^2 * coeffs[2].
2517 const double *coeffs,
2545 coeff = lp_build_const_vec(bld->gallivm, type, coeffs[i]);
2515 lp_build_polynomial(struct lp_build_context *bld, LLVMValueRef x, const double *coeffs, unsigned num_coeffs) argument
/external/opencv/cv/src/
H A Dcvfundam.cpp691 CvMat coeffs = cvMat( 1, 4, CV_64F, c ); local
762 n = cvSolveCubic( &coeffs, &roots );
/external/opencv/cvaux/include/
H A Dcvaux.h91 float* coeffs );
95 void* userData, float* coeffs, IplImage* avg,
530 double coeffs[2][3][3];/* coefficients for transformation */ member in struct:CvStereoCamera
553 CVAPI(int) icvConvertWarpCoordinates(double coeffs[3][3],
566 CvStereoLineCoeff* coeffs,
599 CVAPI(void) cvComputePerspectiveMap( const double coeffs[3][3], CvArr* rectMapX, CvArr* rectMapY );
611 CvStereoLineCoeff* coeffs,
626 CvStereoLineCoeff* coeffs);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jar ... serialVersionUID private final org.sat4j.specs.IVec coeffs private final org.sat4j.specs.IVecInt vars ...

Completed in 921 milliseconds