HomeSort by relevance Sort by last modified time
    Searched full:endl (Results 226 - 250 of 829) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Tutorial_Map_using.cpp 13 cout << "m1: " << m1 << endl; variable
14 cout << "m2: " << m2 << endl; variable
15 cout << "Squared euclidean distance: " << (m1-m2).squaredNorm() << endl;
17 (m1-m2map).squaredNorm() << endl;
19 cout << "Updated m2: " << m2 << endl; variable
20 cout << "m2 coefficient 2, constant accessor: " << m2mapconst(2) << endl;
tut_arithmetic_redux_minmax.cpp 4 cout << "Here is the matrix m:\n" << m << endl; variable
10 cout << "Here is the vector v: " << v << endl; variable
12 << ") is at position " << i << endl; variable
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_operatorNorm.cpp 3 << ones.operatorNorm() << endl;
Matrix_resize_NoChange_int.cpp 3 cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
Matrix_resize_int_NoChange.cpp 3 cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
SelfAdjointView_operatorNorm.cpp 3 << ones.selfadjointView<Lower>().operatorNorm() << endl;
  /external/eigen/doc/examples/
TutorialLinAlgExSolveColPivHouseholderQR.cpp 13 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
TutorialLinAlgExSolveLDLT.cpp 12 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
TutorialLinAlgSVDSolve.cpp 10 cout << "Here is the matrix A:\n" << A << endl; local
12 cout << "Here is the right hand side b:\n" << b << endl; local
14 << A.jacobiSvd(ComputeThinU | ComputeThinV).solve(b) << endl;
TutorialLinAlgSelfAdjointEigenSolver.cpp 11 cout << "Here is the matrix A:\n" << A << endl; local
14 cout << "The eigenvalues of A are:\n" << eigensolver.eigenvalues() << endl;
17 << eigensolver.eigenvectors() << endl;
Tutorial_ArrayClass_accessors.cpp 16 cout << m << endl << endl; local
23 cout << m << endl; local
tut_arithmetic_dot_cross.cpp 11 cout << "Dot product: " << v.dot(w) << endl;
13 cout << "Dot product via a matrix product: " << dp << endl; local
14 cout << "Cross product:\n" << v.cross(w) << endl;
TutorialLinAlgRankRevealing.cpp 13 cout << "Here is the matrix A:\n" << A << endl; local
15 cout << "The rank of A is " << lu_decomp.rank() << endl;
17 << lu_decomp.kernel() << endl;
19 << lu_decomp.image(A) << endl; // yes, have to pass the original A
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp 15 std::cout << "Maximum sum at position " << maxIndex << std::endl; member in class:std
17 std::cout << "The corresponding vector is: " << std::endl; member in class:std
18 std::cout << mat.col( maxIndex ) << std::endl; member in class:std
19 std::cout << "And its sum is is: " << maxNorm << std::endl; member in class:std
tut_matrix_resize.cpp 11 << m.rows() << "x" << m.cols() << std::endl; member in class:std
12 std::cout << "It has " << m.size() << " coefficients" << std::endl; member in class:std
15 std::cout << "The vector v is of size " << v.size() << std::endl; member in class:std
17 << v.rows() << "x" << v.cols() << std::endl; member in class:std
  /external/zlib/src/contrib/iostream/
test.cpp 12 os << "Hello, Mommy" << endl; local
15 os << "hello, hello, hi, ho!" << endl; local
18 << "I'm compressing again" << endl;
  /external/stlport/stlport/using/h/
ostream.h 2 using _STLP_OLD_IO_NAMESPACE::endl;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 2 using _STLP_OLD_IO_NAMESPACE::endl;
  /ndk/tests/device/issue22165-typeinfo/jni/
throwable.cpp 8 std::cout << "throw_an_exception()" << std::endl; member in class:std
  /ndk/tests/device/issue35933-lambda/jni/
issue35933-lambda.cpp 8 std::cout << "Adding " << n << std::endl; member in class:std
14 std::cout << message << ": " << total << std::endl; member in class:std
20 std::clog << "in Call" << std::endl; member in class:std
26 std::clog << "in test_lambda" << std::endl; member in class:std
29 std::clog << "in lambda" << std::endl;
38 std::clog << "start" << std::endl;
40 std::clog << "after first call" << std::endl;
42 std::clog << "after second call" << std::endl;
44 std::clog << "after third call" << std::endl;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 2 using _STLP_OLD_IO_NAMESPACE::endl;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 2 using _STLP_OLD_IO_NAMESPACE::endl;

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 91011>>