OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cout
(Results
251 - 275
of
687
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/doc/snippets/
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:"
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_inner_stride.cpp
3
cout
<< Map<VectorXi, 0, InnerStride<2> >
Map_outer_stride.cpp
3
cout
<< Map<MatrixXi, 0, OuterStride<> >(array, 3, 3, OuterStride<>(4)) << endl;
Map_simple.cpp
3
cout
<< Map<Matrix3i>(array) << endl;
MatrixBase_cast.cpp
3
cout
<< md + mf.cast<double>() << 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;
Tridiagonalization_Tridiagonalization_MatrixType.cpp
3
cout
<< "Here is a random symmetric 5x5 matrix:" << endl << A << endl << endl;
6
cout
<< "The orthogonal matrix Q is:" << endl << Q << endl;
8
cout
<< "The tridiagonal matrix T is:" << endl << T << endl << endl;
9
cout
<< "Q * T * Q^T = " << endl << Q * T * Q.transpose() << endl;
Tutorial_commainit_01b.cpp
5
std::
cout
<< m;
/external/gtest/src/
gtest_main.cc
35
std::
cout
<< "Running main() from gtest_main.cc\n";
member in class:std
/external/mesa3d/src/gtest/src/
gtest_main.cc
35
std::
cout
<< "Running main() from gtest_main.cc\n";
member in class:std
/external/open-vcdiff/gtest/src/
gtest_main.cc
35
std::
cout
<< "Running main() from gtest_main.cc\n";
member in class:std
/external/protobuf/gtest/src/
gtest_main.cc
35
std::
cout
<< "Running main() from gtest_main.cc\n";
member in class:std
/external/stlport/stlport/using/h/
iostream.h
8
#if !defined(
cout
)
9
using _STLP_OLD_IO_NAMESPACE::
cout
;
/ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
8
#if !defined(
cout
)
9
using _STLP_OLD_IO_NAMESPACE::
cout
;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
8
#if !defined(
cout
)
9
using _STLP_OLD_IO_NAMESPACE::
cout
;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
8
#if !defined(
cout
)
9
using _STLP_OLD_IO_NAMESPACE::
cout
;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
8
#if !defined(
cout
)
9
using _STLP_OLD_IO_NAMESPACE::
cout
;
Completed in 247 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>