HomeSort by relevance Sort by last modified time
    Searched full:solution (Results 1 - 25 of 1675) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/moto/shamu/sepolicy/
priv_app.te 1 # Motorola AoV solution
untrusted_app.te 1 # Motorola AoV solution
  /external/eigen/doc/snippets/
Tutorial_solve_matrix_inverse.cpp 6 cout << "The solution is:" << endl << x << endl;
Tutorial_solve_triangular_inplace.cpp 6 cout << "The solution is:" << endl << b << endl;
Tutorial_solve_multiple_rhs.cpp 7 cout << "The solution with right-hand side (3,3,4) is:" << endl;
9 cout << "The solution with right-hand side (1,1,1) is:" << endl;
Tutorial_solve_reuse_decomposition.cpp 8 cout << "The solution with right-hand side (3,3,4) is:" << endl;
12 cout << "The solution with right-hand side (1,1,1) is:" << endl;
FullPivLU_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
11 cout << "The equation mx=y does not have any solution." << endl;
Tutorial_solve_singular.cpp 9 cout << "The solution is:" << endl << x << endl;
Tutorial_solve_triangular.cpp 8 cout << "The solution is:" << endl << x << endl;
ColPivHouseholderQR_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
FullPivHouseholderQR_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
HouseholderQR_solve.cpp 9 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
PartialPivLU_solve.cpp 6 cout << "Here is the (unique) solution X to the equation AX=B:" << endl << X << endl;
  /build/core/combo/arch/arm/
armv5te.mk 6 # and a better solution should be found in the future.
armv7-a.mk 8 # and a better solution should be found in the future.
  /dalvik/dexgen/
README.txt 3 This solution is based on the dx tool and uses its classes extensively.
  /external/eigen/doc/examples/
TutorialLinAlgComputeTwice.cpp 17 cout << "The solution is:\n" << llt.solve(b) << endl;
22 cout << "The solution is now:\n" << llt.solve(b) << endl;
TutorialLinAlgExSolveColPivHouseholderQR.cpp 16 cout << "The solution is:\n" << x << endl;
TutorialLinAlgExSolveLDLT.cpp 15 cout << "The solution is:\n" << x << endl;
TutorialLinAlgSVDSolve.cpp 13 cout << "The least-squares solution is:\n"
Tutorial_PartialLU_solve.cpp 17 cout << "The solution is:" << endl << x << endl;
  /external/v8/tools/visual_studio/
README.txt 2 Studio/Visual C++ Express solution has been retired. If a Visual
3 Studio project/solution is needed there is the option of using GYP to
  /external/curl/packages/EPM/
README 8 * Provide a complete, cross-platform software distribution solution for your
  /external/libpng/projects/visualc71/
README_zlib.txt 18 1) On the main menu, select "File | Open Solution".
21 2) Display the Solution Explorer view (Ctrl+Alt+L)
34 5) Select "Build | Clean Solution".
36 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /external/opencv3/doc/py_tutorials/py_core/
py_table_of_contents_core.markdown 16 Getting a solution is

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>