Searched refs:evals (Results 1 - 7 of 7) sorted by relevance

/external/eigen/unsupported/doc/examples/
H A DPolynomialSolver1.cpp34 Eigen::Matrix<float,6,1> evals; local
35 for( int i=0; i<6; ++i ){ evals[i] = std::abs( poly_eval( hardCase_polynomial, psolvef.roots()[i] ) ); }
36 cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl << endl;
45 evals[i] = std::abs( poly_eval( hardCase_polynomial, castedRoot ) );
47 cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl << endl;
/external/eigen/bench/
H A Deig33.cpp96 void eigen33(const Matrix& mat, Matrix& evecs, Vector& evals) argument
108 computeRoots(scaledMat,evals);
121 // alpha = scaledMat(0,0) - evals(k);
122 // beta = scaledMat(1,1) - evals(k);
130 // tmp.diagonal().array() -= evals(0);
134 // tmp.diagonal().array() -= evals(1);
138 // tmp.diagonal().array() -= evals(2);
142 if((evals(2)-evals(0))<=Eigen::NumTraits<Scalar>::epsilon())
150 tmp.diagonal ().array () -= evals (
186 Vec evals; local
[all...]
/external/chromium_org/build/util/
H A Dversion.py121 evals = {}
124 evals.update(dict([expression.split('=', 1)]))
140 for key, val in evals.iteritems():
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp379 CvMat estub2, *evals = (CvMat*)evalsarr; local
387 if( !CV_IS_MAT( evals ))
388 CV_CALL( evals = cvGetMat( evals, &estub2 ));
396 if( (evals->rows != src->rows || evals->cols != 1) &&
397 (evals->cols != src->rows || evals->rows != 1))
400 if( !CV_ARE_TYPES_EQ( src, evects ) || !CV_ARE_TYPES_EQ( src, evals ))
404 if( !CV_IS_MAT_CONT( src->type & evals
[all...]
H A Dcxmatrix.cpp1593 CvMat evalstub, *evals = (CvMat*)eigenvals; local
1604 if( !CV_IS_MAT(evals) )
1605 CV_CALL( evals = cvGetMat( evals, &evalstub ));
1611 CV_MAT_CN(evals->type) != 1 || CV_MAT_CN(evects->type) != 1 )
1614 if( CV_MAT_DEPTH(avg->type) < CV_32F || !CV_ARE_DEPTHS_EQ(avg, evals) ||
1644 out_count = evals->cols + evals->rows - 1;
1646 if( (evals->cols != 1 && evals
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.h784 CvArr* evals, double eps CV_DEFAULT(0));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 407 milliseconds