/external/chromium/googleurl/build/ |
README.txt | 1 This directory includes solution and project files for compiling with
|
/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/chromium_org/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/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/libpng/projects/visualc71/ |
README_zlib.txt | 14 1) On the main menu, select "File | Open Solution". 17 2) Display the Solution Explorer view (Ctrl+Alt+L) 30 5) Select "Build | Clean Solution". 32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-top-all.py | 10 directory, and using the generated solution or project file at the top 14 build tools. Specifically, when building the entire "solution", Xcode 17 in a build directory relative to the "solution"--that is, the entry-point
|
gyptest-top-default.py | 10 directory, and using the generated solution or project file at the top 14 build tools. Specifically, when building the entire "solution", Xcode 17 in a build directory relative to the "solution"--that is, the entry-point
|