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

  /external/eigen/doc/snippets/
ComplexEigenSolver_eigenvalues.cpp 2 ComplexEigenSolver<MatrixXcf> ces(ones, /* computeEigenvectors = */ false);
4 << endl << ces.eigenvalues() << endl;
ComplexEigenSolver_eigenvectors.cpp 2 ComplexEigenSolver<MatrixXcf> ces(ones);
4 << endl << ces.eigenvectors().col(1) << endl;
ComplexEigenSolver_compute.cpp 4 ComplexEigenSolver<MatrixXcf> ces; variable
5 ces.compute(A);
6 cout << "The eigenvalues of A are:" << endl << ces.eigenvalues() << endl;
7 cout << "The matrix of eigenvectors, V, is:" << endl << ces.eigenvectors() << endl << endl;
9 complex<float> lambda = ces.eigenvalues()[0];
11 VectorXcf v = ces.eigenvectors().col(0);
16 << ces.eigenvectors() * ces.eigenvalues().asDiagonal() * ces.eigenvectors().inverse() << endl;
  /external/icu4c/i18n/unicode/
colldata.h 62 * This object holds a list of CEs generated from a particular
73 * @param coll - the Collator used to collect the CEs.
74 * @param string - the string for which to collect the CEs.
92 * Return the number of CEs in the list.
94 * @return the number of CEs in the list.
112 * Check if the CEs in another <code>CEList</code> match the
118 * @return <code>TRUE</code> if the CEs match, <code>FALSE</code> otherwise.
150 uint32_t *ces; member in class:CEList
269 * generate a partcular list of CEs.
321 * of CEs starting with a given CE
    [all...]
  /external/icu4c/i18n/
colldata.cpp 51 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
86 ces = ceBuffer;
121 if (ces != ceBuffer) {
122 DELETE_ARRAY(ces);
146 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
148 if (ces != ceBuffer) {
149 DELETE_ARRAY(ces);
152 ces = newCEs;
156 ces[listSize++] = ce;
162 return ces[index]
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
JInputJoyInput.java 31 Component[] ces = c.getComponents(); local
36 for (Component comp : ces){
  /external/icu4c/test/cintltst/
citertst.c 1270 uint32_t ces[20]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/v8/src/ia32/
macro-assembler-ia32.cc 306 CEntryStub ces(1);
307 call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 587 CEntryStub ces(1, kSaveFPRegs);
588 CallStub(&ces);
608 CEntryStub ces(f->result_size);
609 CallStub(&ces);
764 CEntryStub ces(result_size);
765 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/grub/docs/
texinfo.tex 183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
    [all...]
  /external/bison/build-aux/
texinfo.tex 189 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 187 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 740 milliseconds