OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cout
(Results
276 - 300
of
770
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/doc/examples/
TutorialLinAlgSetThreshold.cpp
13
cout
<< "By default, the rank of A is found to be " << lu.rank() << endl;
15
cout
<< "With threshold 1e-5, the rank of A is found to be " << lu.rank() << endl;
Tutorial_ArrayClass_accessors.cpp
16
cout
<< m << endl << endl;
23
cout
<< m << endl;
Tutorial_ArrayClass_addition.cpp
19
cout
<< "a + b = " << endl << a + b << endl << endl;
22
cout
<< "a - 2 = " << endl << a - 2 << endl;
Tutorial_ArrayClass_interop.cpp
19
cout
<< "-- Combination 1: --" << endl << result << endl << endl;
21
cout
<< "-- Combination 2: --" << endl << result << endl << endl;
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp
22
cout
<< "Nearest neighbour is column " << index << ":" << endl;
23
cout
<< m.col(index) << endl;
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp
19
std::
cout
<< "Broadcasting result: " << std::endl;
20
std::
cout
<< mat << std::endl;
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp
18
std::
cout
<< "Broadcasting result: " << std::endl;
19
std::
cout
<< mat << std::endl;
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
22
cout
<< "Max: " << max << ", at: " <<
24
cout
<< "Min: " << min << ", at: " <<
/external/eigen/doc/snippets/
EigenSolver_compute.cpp
4
cout
<< "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl;
6
cout
<< "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
HessenbergDecomposition_compute.cpp
4
cout
<< "The matrix H in the decomposition of A is:" << endl << hd.matrixH() << endl;
6
cout
<< "The matrix H in the decomposition of 2A is:" << endl << hd.matrixH() << endl;
SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp
5
cout
<< "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl;
7
cout
<< "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
SelfAdjointEigenSolver_compute_MatrixType.cpp
5
cout
<< "The eigenvalues of A are: " << es.eigenvalues().transpose() << endl;
7
cout
<< "The eigenvalues of A+I are: " << es.eigenvalues().transpose() << endl;
SelfAdjointEigenSolver_compute_MatrixType2.cpp
7
cout
<< "The eigenvalues of the pencil (A,B) are:" << endl << es.eigenvalues() << endl;
9
cout
<< "The eigenvalues of the pencil (B,A) are:" << endl << es.eigenvalues() << endl;
Tutorial_AdvancedInitialization_LinSpaced.cpp
6
std::
cout
<< " Degrees Radians Sine Cosine\n";
member in class:std
7
std::
cout
<< table << std::endl;
/external/eigen/unsupported/doc/examples/
MatrixExponential.cpp
14
std::
cout
<< "The matrix A is:\n" << A << "\n\n";
15
std::
cout
<< "The matrix exponential of A is:\n" << A.exp() << "\n\n";
MatrixLogarithm.cpp
13
std::
cout
<< "The matrix A is:\n" << A << "\n\n";
14
std::
cout
<< "The matrix logarithm of A is:\n" << A.log() << "\n";
/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
;
/ndk/tests/device/issue22165-typeinfo/jni/
myexception.h
14
std::
cout
<< "yep! i am in constructor" << std::endl;
19
std::
cout
<< "yep! i am in desctuctor" << std::endl;
/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
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
8
#if !defined(
cout
)
9
using _STLP_OLD_IO_NAMESPACE::
cout
;
/external/eigen/bench/
product_threshold.cpp
30
if(mode==InnerProduct) std::
cout
<< "i";
member in class:std
31
if(mode==OuterProduct) std::
cout
<< "o";
member in class:std
32
if(mode==CoeffBasedProductMode) std::
cout
<< "c";
member in class:std
33
if(mode==LazyCoeffBasedProductMode) std::
cout
<< "l";
member in class:std
34
if(mode==GemvProduct) std::
cout
<< "v";
member in class:std
35
if(mode==GemmProduct) std::
cout
<< "m";
member in class:std
66
std::
cout
<< int(1e-6*n*rep/t.best()) << "\t";
78
std::
cout
<< "K=" << K << "\t";
80
std::
cout
<< "\n";
member in class:loop_on_k::std
83
std::
cout
<< "\n\n"
member in class:loop_on_k::std
100
std::
cout
<< "\\n";
member in class:loop_on_m::std
104
std::
cout
<< "\\n";
member in class:loop_on_m::std
[
all
...]
sparse_product.cpp
118
std::
cout
<< "Eigen Dense\t" << nnzPerCol << "%\n";
128
std::
cout
<< " a * b:\t" << timer.value() << endl;
135
std::
cout
<< " a' * b:\t" << timer.value() << endl;
142
std::
cout
<< " a' * b':\t" << timer.value() << endl;
149
std::
cout
<< " a * b':\t" << timer.value() << endl;
155
std::
cout
<< "Eigen sparse\t" << sm1.nonZeros()/(float(sm1.rows())*float(sm1.cols()))*100 << "% * "
159
std::
cout
<< " a * b:\t" << timer.value() << endl;
162
// std::
cout
<< " a' * b:\t" << timer.value() << endl;
165
// std::
cout
<< " a' * b':\t" << timer.value() << endl;
168
// std::
cout
<< " a * b' :\t" << timer.value() << endl
316
std::
cout
<< "\\n\\n";
member in class:std
[
all
...]
Completed in 265 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>