Searched defs:endl (Results 176 - 200 of 438) sorted by relevance

1234567891011>>

/external/eigen/doc/snippets/
H A DTutorial_solve_matrix_inverse.cpp6 cout << "The solution is:" << endl << x << endl; variable
H A DTutorial_solve_multiple_rhs.cpp7 cout << "The solution with right-hand side (3,3,4) is:" << endl; variable
8 cout << X.col(0) << endl;
9 cout << "The solution with right-hand side (1,1,1) is:" << endl; variable
10 cout << X.col(1) << endl;
H A DTutorial_solve_reuse_decomposition.cpp8 cout << "The solution with right-hand side (3,3,4) is:" << endl; variable
9 cout << x << endl; variable
12 cout << "The solution with right-hand side (1,1,1) is:" << endl; variable
13 cout << x << endl; variable
H A DTutorial_solve_singular.cpp5 cout << "Here is the matrix A:" << endl << A << endl; variable
6 cout << "Here is the vector b:" << endl << b << endl; variable
9 cout << "The solution is:" << endl << x << endl; variable
H A DTutorial_solve_triangular.cpp5 cout << "Here is the matrix A:" << endl << A << endl; variable
6 cout << "Here is the vector b:" << endl << b << endl; variable
8 cout << "The solution is:" << endl << x << endl; variable
H A DTutorial_solve_triangular_inplace.cpp6 cout << "The solution is:" << endl << b << endl; variable
H A DComplexEigenSolver_compute.cpp2 cout << "Here is a random 4x4 matrix, A:" << endl << A << endl << endl; variable
6 cout << "The eigenvalues of A are:" << endl << ces.eigenvalues() << endl;
7 cout << "The matrix of eigenvectors, V, is:" << endl << ces.eigenvectors() << endl << endl; variable
10 cout << "Consider the first eigenvalue, lambda = " << lambda << endl; variable
12 cout << "If v is the corresponding eigenvector, then lambda * v = " << endl << lambd variable
13 cout << "... and A * v = " << endl << A * v << endl << endl; variable
[all...]
H A DHouseholderQR_solve.cpp4 cout << "Here is the matrix m:" << endl << m << endl; variable
5 cout << "Here is the matrix y:" << endl << y << endl; variable
9 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl; variable
H A DLLT_solve.cpp8 cout << xy << endl; variable
H A DMatrixBase_computeInverseAndDetWithCheck.cpp2 cout << "Here is the matrix m:" << endl << m << endl; variable
7 cout << "Its determinant is " << determinant << endl; variable
9 cout << "It is invertible, and its inverse is:" << endl << inverse << endl; variable
12 cout << "It is not invertible." << endl; variable
H A DTridiagonalization_Tridiagonalization_MatrixType.cpp3 cout << "Here is a random symmetric 5x5 matrix:" << endl << A << endl << endl; variable
6 cout << "The orthogonal matrix Q is:" << endl << Q << endl; variable
8 cout << "The tridiagonal matrix T is:" << endl << T << endl << endl; variable
9 cout << "Q * T * Q^T = " << endl << Q * T * Q.transpose() << endl;
[all...]
/external/eigen/unsupported/doc/examples/
H A DMatrixPower.cpp14 "The matrix power A^(pi/4) is:\n" << A.pow(pi/4) << std::endl; member in class:std
H A DMatrixPower_optimal.cpp15 "A^3.9 is:\n" << Apow(3.9) << std::endl; member in class:std
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dtest.pass.cpp25 mystr << L"Hello" << std::endl; member in class:std
/external/lldb/test/api/multithreaded/
H A Dinferior.cpp8 cout << "incrementing " << i << endl; local
/external/eigen/doc/examples/
H A DMatrixBase_cwise_const.cpp11 cout << "Here is the matrix m:" << endl << m << endl; local
13 cout << "And here is the matrix n:" << endl << n << endl; local
14 cout << "The coefficient-wise product of m and n is:" << endl; local
15 cout << m.cwise() * n << endl; local
16 cout << "Taking the cube of the coefficients of m yields:" << endl; local
17 cout << m.cwise().pow(3) << endl;
H A DTutorialLinAlgComputeTwice.cpp13 cout << "Here is the matrix A:\n" << A << endl; local
14 cout << "Here is the right hand side b:\n" << b << endl; local
15 cout << "Computing LLT decomposition..." << endl; local
17 cout << "The solution is:\n" << llt.solve(b) << endl;
19 cout << "The matrix A is now:\n" << A << endl; local
20 cout << "Computing LLT decomposition..." << endl; local
22 cout << "The solution is now:\n" << llt.solve(b) << endl;
H A DTutorialLinAlgExSolveColPivHouseholderQR.cpp13 cout << "Here is the matrix A:\n" << A << endl; local
14 cout << "Here is the vector b:\n" << b << endl; local
16 cout << "The solution is:\n" << x << endl; local
H A DTutorialLinAlgExSolveLDLT.cpp12 cout << "Here is the matrix A:\n" << A << endl; local
13 cout << "Here is the right hand side b:\n" << b << endl; local
15 cout << "The solution is:\n" << x << endl; local
H A DTutorial_PartialLU_solve.cpp14 cout << "Here is the matrix A:" << endl << A << endl; local
15 cout << "Here is the vector b:" << endl << b << endl; local
17 cout << "The solution is:" << endl << x << endl; local
H A Dfunction_taking_eigenbase.cpp9 << ", " << b.cols() << ")" << std::endl; member in class:std
/external/lldb/test/expression_command/call-function/
H A Dmain.cpp7 std::cout << str << std::endl; member in class:std
8 std::cout << str.c_str() << std::endl; member in class:std
/external/lldb/test/lang/cpp/stl/
H A Dmain.cpp16 std::cout << hello_world << std::endl; member in class:std
17 std::cout << hello_world.length() << std::endl; member in class:std
18 std::cout << hello_world[11] << std::endl; member in class:std
21 std::cout << "size of upon construction associative_array: " << associative_array.size() << std::endl; member in class:std
26 std::cout << "size of associative_array: " << associative_array.size() << std::endl; member in class:std
/external/chromium_org/mojo/nacl/
H A Dmonacl_shell.cc15 std::endl; member in class:std
/external/chromium_org/third_party/libjingle/source/talk/examples/relayserver/
H A Drelayserver_main.cc37 << std::endl; member in class:std
59 << int_addr.ToString() << std::endl; member in class:std
67 << ext_addr.ToString() << std::endl; member in class:std
75 std::cout << "Listening internally at " << int_addr.ToString() << std::endl; member in class:std
76 std::cout << "Listening externally at " << ext_addr.ToString() << std::endl; member in class:std

Completed in 1630 milliseconds

1234567891011>>