HomeSort by relevance Sort by last modified time
    Searched refs:endl (Results 251 - 275 of 1186) sorted by null

<<11121314151617181920>>

  /external/eigen/doc/snippets/
Cwise_tan.cpp 2 cout << v.tan() << endl;
MatrixBase_cwiseMax.cpp 2 cout << v.cwiseMax(w) << endl;
MatrixBase_cwiseMin.cpp 2 cout << v.cwiseMin(w) << endl;
MatrixBase_cwiseQuotient.cpp 2 cout << v.cwiseQuotient(w) << endl;
Matrix_resize_int.cpp 5 cout << "v: " << v.rows() << " rows, " << v.cols() << " cols" << endl;
6 cout << "w: " << w.rows() << " rows, " << w.cols() << " cols" << endl;
TopicAliasing_mult2.cpp 6 cout << matB << endl << endl; variable
Tutorial_solve_matrix_inverse.cpp 6 cout << "The solution is:" << endl << x << endl; variable
Tutorial_solve_triangular_inplace.cpp 6 cout << "The solution is:" << endl << b << endl; variable
Cwise_array_power_array.cpp 3 cout << "[" << x << "]^[" << e << "] = " << x.pow(e) << endl; // using ArrayBase::pow
4 cout << "[" << x << "]^[" << e << "] = " << pow(x,e) << endl; // using Eigen::pow
DenseBase_setLinSpaced.cpp 3 cout << v << endl; variable
MatrixBase_array.cpp 4 cout << v << endl; variable
MatrixBase_col.cpp 3 cout << m << endl; variable
MatrixBase_row.cpp 3 cout << m << endl; variable
MatrixBase_setIdentity.cpp 3 cout << m << endl; variable
MatrixBase_setOnes.cpp 3 cout << m << endl; variable
MatrixBase_setRandom.cpp 3 cout << m << endl; variable
MatrixBase_setZero.cpp 3 cout << m << endl; variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 48 std::cerr << std::endl; member in class:std
49 std::cerr << "m_p_max " << m_p_max << std::endl; member in class:std
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 48 std::cerr << std::endl; member in class:std
49 std::cerr << "m_p_max " << m_p_max << std::endl; member in class:std
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_iostream.i 3 %callback(1) endl;
  /toolchain/binutils/binutils-2.27/gold/testsuite/
eh_test_b.cc 28 std::cout << "caught" << std::endl;
31 std::cout << "failed" << std::endl; member in class:std
plugin_test_9b_elf.cc 31 { cout << "A::print" << endl; } local
39 cout << "foo returning" << endl; local
plugin_test_9b_ir.cc 31 { cout << "A::print" << endl; } local
43 cout << "calling foo" << endl; local
  /external/eigen/doc/examples/
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

Completed in 162 milliseconds

<<11121314151617181920>>