Home
last modified time | relevance | path

Searched refs:evals (Results 1 – 13 of 13) sorted by relevance

/external/eigen/bench/
Deig33.cpp86 void eigen33(const Matrix& mat, Matrix& evecs, Vector& evals) in eigen33() argument
101 computeRoots(scaledMat,evals); in eigen33()
135 if((evals(2)-evals(0))<=Eigen::NumTraits<Scalar>::epsilon()) in eigen33()
143 tmp.diagonal ().array () -= evals (2); in eigen33()
147 tmp.diagonal ().array () -= evals (1); in eigen33()
161 evals *= scale; in eigen33()
162 evals.array()+=shift; in eigen33()
185 Vec evals; in main() local
186 BENCH(t, tries, rep, eigen33(A,evecs,evals)); in main()
/external/eigen/unsupported/doc/examples/
DPolynomialSolver1.cpp34 Eigen::Matrix<float,6,1> evals; in main() local
35 …for( int i=0; i<6; ++i ){ evals[i] = std::abs( poly_eval( hardCase_polynomial, psolvef.roots()[i] … in main()
36 …cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl <… in main()
45 evals[i] = std::abs( poly_eval( hardCase_polynomial, castedRoot ) ); in main()
47 …cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl <… in main()
/external/tensorflow/tensorflow/contrib/kfac/python/ops/
Dutils.py217 evals, evecs, _ = linalg_ops.svd(mat)
219 return evals, evecs
224 evals, evecs = linalg_ops.self_adjoint_eig(mat)
225 evals = math_ops.abs(evals) # Should be equivalent to svd approach.
227 return evals, evecs
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dplatform.hpp35 evals, std::vector<intrusive_ref<device>> &> {
Dplatform.cpp27 platform::platform() : adaptor_range(evals(), devs) { in platform()
Dcontext.cpp50 return map(evals(), devs); in devices()
Dcontext.hpp34 evals, const std::vector<intrusive_ref<device>> &
Dprogram.hpp38 evals, const std::vector<intrusive_ref<device>> &> device_range;
Dprogram.cpp98 return map(evals(), _devices); in devices()
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dfunctional.hpp205 struct evals { struct
/external/doclava/res/assets/templates/
Dmacros.cs82 if the "condition" parameter evals to true then the link is displayed
/external/scapy/doc/scapy/
Dbuild_dissect.rst1039 # function 'cond' evals to True, e.g.
/external/v8/
DChangeLog24860 Allow evals for debugger even if they are prohibited in the debugee
29507 Allowed aliased eval invocations by treating them as evals in the