HomeSort by relevance Sort by last modified time
    Searched refs:evals (Results 1 - 12 of 12) sorted by null

  /external/eigen/bench/
eig33.cpp 86 void eigen33(const Matrix& mat, Matrix& evecs, Vector& evals)
101 computeRoots(scaledMat,evals);
114 // alpha = scaledMat(0,0) - evals(k);
115 // beta = scaledMat(1,1) - evals(k);
123 // tmp.diagonal().array() -= evals(0);
127 // tmp.diagonal().array() -= evals(1);
131 // tmp.diagonal().array() -= evals(2);
135 if((evals(2)-evals(0))<=Eigen::NumTraits<Scalar>::epsilon())
143 tmp.diagonal ().array () -= evals (2)
185 Vec evals; local
    [all...]
  /external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp 34 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/opencv/cxcore/src/
cxjacobieigens.cpp 379 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->type & evects->type )
    [all...]
cxmatrix.cpp 1593 CvMat evalstub, *evals = (CvMat*)eigenvals; local
    [all...]
  /external/harfbuzz_ng/src/
gen-use-table.py 299 evals = [(k, v(U,UISC,UGC)) for k,v in items]
300 values = [k for k,v in evals if v]
  /external/doclava/res/assets/templates/
macros.cs 79 if the "condition" parameter evals to true then the link is displayed
  /external/opencv/cxcore/include/
cxcore.h 784 CvArr* evals, double eps CV_DEFAULT(0));
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 307 // location expression that evals to a const.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 307 // location expression that evals to a const.
    [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 

Completed in 5041 milliseconds