HomeSort by relevance Sort by last modified time
    Searched refs:endl (Results 176 - 200 of 937) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eigen/doc/snippets/
Cwise_quotient.cpp 2 cout << v/w << endl; variable
Cwise_slash_equal.cpp 3 cout << v << endl; variable
Cwise_times_equal.cpp 3 cout << v << endl; variable
DenseBase_LinSpaced_seq.cpp 1 cout << VectorXi::LinSpaced(Sequential,4,7,10).transpose() << endl;
2 cout << VectorXd::LinSpaced(Sequential,5,0.0,1.0).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;
Jacobi_makeGivens.cpp 4 cout << "Here is the vector v:" << endl << v << endl; variable
6 cout << "Here is the vector J' * v:" << endl << v << endl variable
Jacobi_makeJacobi.cpp 5 cout << "Here is the matrix m:" << endl << m << endl; variable
8 cout << "Here is the matrix J' * m * J:" << endl << m << endl variable
MatrixBase_operatorNorm.cpp 3 << ones.operatorNorm() << endl;
Matrix_setConstant_int.cpp 3 cout << v << endl; variable
Matrix_setConstant_int_int.cpp 3 cout << m << endl; variable
Matrix_setIdentity_int_int.cpp 3 cout << m << endl; variable
Matrix_setOnes_int.cpp 3 cout << v << endl; variable
Matrix_setOnes_int_int.cpp 3 cout << m << endl; variable
Matrix_setRandom_int.cpp 3 cout << v << endl; variable
Matrix_setRandom_int_int.cpp 3 cout << m << endl; variable
Matrix_setZero_int.cpp 3 cout << v << endl; variable
Matrix_setZero_int_int.cpp 3 cout << m << endl; variable
RealSchur_compute.cpp 4 cout << "The matrix T in the decomposition of A is:" << endl << schur.matrixT() << endl;
6 cout << "The matrix T in the decomposition of A^(-1) is:" << endl << schur.matrixT() << endl;
Tridiagonalization_compute.cpp 5 cout << "The matrix T in the tridiagonal decomposition of A is: " << endl; variable
6 cout << tri.matrixT() << endl;
8 cout << "The matrix T in the tridiagonal decomposition of 2A is: " << endl; variable
9 cout << tri.matrixT() << endl;
Tridiagonalization_householderCoefficients.cpp 3 cout << "Here is a random symmetric 4x4 matrix:" << endl << A << endl; variable
6 cout << "The vector of Householder coefficients is:" << endl << hc << endl; variable
Tutorial_solve_multiple_rhs.cpp 7 cout << "The solution with right-hand side (3,3,4) is:" << endl; variable
8 cout << X.col(0) << endl;
9 cout << "The solution with right-hand side (1,1,1) is:" << endl; variable
10 cout << X.col(1) << endl;
Tutorial_solve_reuse_decomposition.cpp 8 cout << "The solution with right-hand side (3,3,4) is:" << endl; variable
9 cout << x << endl; variable
12 cout << "The solution with right-hand side (1,1,1) is:" << endl; variable
13 cout << x << endl; variable
  /ndk/tests/build/c++-stl-source-extensions/jni/
main.C 4 std::cout << "Hello World!" << std::endl; member in class:std
main.c++ 4 std::cout << "Hello World!" << std::endl; member in class:std
main.cc 4 std::cout << "Hello World!" << std::endl; member in class:std

Completed in 1404 milliseconds

1 2 3 4 5 6 78 91011>>