OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cout
(Results
251 - 275
of
770
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/bench/
basicbenchmark.cpp
19
std::
cout
BOOST_PP_SEQ_FOR_EACH(_GENERATE_HEADER, ~, MODES ) << endl;
24
std::
cout
<< ARG( \
30
std::
cout
<< endl;
32
std::
cout
<< endl;
/external/eigen/doc/examples/
TemplateKeyword_flexible.cpp
17
std::
cout
<< "m2 before copy:" << std::endl;
18
std::
cout
<< m2 << std::endl << std::endl;
20
std::
cout
<< "m2 after copy:" << std::endl;
21
std::
cout
<< m2 << std::endl << std::endl;
Tutorial_ArrayClass_mult.cpp
15
cout
<< "a * b = " << endl << a * b << endl;
tut_matrix_resize_fixed_size.cpp
10
std::
cout
<< "The matrix m is of size "
/external/eigen/doc/snippets/
AngleAxis_mimic_euler.cpp
5
cout
<< m << endl << "is unitary: " << m.isUnitary() << endl;
ComplexEigenSolver_eigenvalues.cpp
3
cout
<< "The eigenvalues of the 3x3 matrix of ones are:"
ComplexEigenSolver_eigenvectors.cpp
3
cout
<< "The first eigenvector of the 3x3 matrix of ones is:"
Cwise_product.cpp
3
cout
<< "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
EigenSolver_eigenvalues.cpp
3
cout
<< "The eigenvalues of the 3x3 matrix of ones are:"
EigenSolver_eigenvectors.cpp
3
cout
<< "The first eigenvector of the 3x3 matrix of ones is:"
Map_general_stride.cpp
3
cout
<< Map<MatrixXi, 0, Stride<Dynamic,2> >
Map_inner_stride.cpp
3
cout
<< Map<VectorXi, 0, InnerStride<2> >
MatrixBase_cwiseProduct.cpp
3
cout
<< "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
MatrixBase_eigenvalues.cpp
3
cout
<< "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl;
MatrixBase_noalias.cpp
3
cout
<< c << endl;
MatrixBase_select.cpp
6
cout
<< m << endl;
SelfAdjointEigenSolver_eigenvalues.cpp
3
cout
<< "The eigenvalues of the 3x3 matrix of ones are:"
SelfAdjointEigenSolver_eigenvectors.cpp
3
cout
<< "The first eigenvector of the 3x3 matrix of ones is:"
SelfAdjointView_eigenvalues.cpp
3
cout
<< "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl;
Tutorial_AdvancedInitialization_Block.cpp
5
std::
cout
<< matB << std::endl;
Tutorial_commainit_01b.cpp
5
std::
cout
<< m;
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;
/external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp
13
cout
<< "Roots: " << roots.transpose() << endl;
18
cout
<< "Complex roots: " << psolve.roots().transpose() << endl;
23
cout
<< "Real roots: " << mapRR.transpose() << endl;
25
cout
<< endl;
26
cout
<< "Illustration of the convergence problem with the QR algorithm: " << endl;
27
cout
<< "---------------------------------------------------------------" << endl;
31
cout
<< "Hard case polynomial defined by floats: " << hardCase_polynomial.transpose() << endl;
33
cout
<< "Complex roots: " << psolvef.roots().transpose() << endl;
36
cout
<< "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl << endl;
38
cout
<< "Using double's almost always solves the problem for small degrees: " << endl
[
all
...]
/external/stlport/test/eh/
test.cpp
9
std::
cout
<< msg;
11
std::
cout
<< *it << ' ';
13
std::
cout
<< std:: endl;
40
std::
cout
<<"hello world\n";
Completed in 53 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>