/external/eigen/doc/snippets/ |
Cwise_boolean_or.cpp | 2 cout << ((v<w) || (v<0)) << endl;
|
Cwise_boolean_xor.cpp | 2 cout << ((v<w) ^ (v<0)) << 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;
|
MatrixBase_array.cpp | 4 cout << v << endl; variable
|
MatrixBase_col.cpp | 3 cout << m << endl; variable
|
MatrixBase_cwiseAbs.cpp | 4 cout << m.cwiseAbs() << endl;
|
MatrixBase_cwiseAbs2.cpp | 4 cout << m.cwiseAbs2() << endl;
|
MatrixBase_cwiseSign.cpp | 4 cout << m.cwiseSign() << endl;
|
MatrixBase_homogeneous.cpp | 3 cout << "v = [" << v.transpose() << "]^T" << endl; 4 cout << "h.homogeneous() = [" << v.homogeneous().transpose() << "]^T" << endl; 5 cout << "(P * v.homogeneous()) = [" << (P * v.homogeneous()).transpose() << "]^T" << endl; 6 cout << "(P * v.homogeneous()).hnormalized() = [" << (P * v.homogeneous()).eval().hnormalized().transpose() << "]^T" << endl
|
MatrixBase_row.cpp | 3 cout << m << endl; variable
|
MatrixBase_setIdentity.cpp | 3 cout << m << endl; variable
|
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;
|
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;
|
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
|
MatrixBase_cwiseEqual.cpp | 4 cout << "Comparing m with identity matrix:" << endl; variable 5 cout << m.cwiseEqual(MatrixXi::Identity(2,2)) << endl; 7 cout << "Number of coefficients that are equal: " << count << endl; variable
|
MatrixBase_cwiseNotEqual.cpp | 4 cout << "Comparing m with identity matrix:" << endl; variable 5 cout << m.cwiseNotEqual(MatrixXi::Identity(2,2)) << endl; 7 cout << "Number of coefficients that are not equal: " << count << endl; variable
|
Tutorial_AdvancedInitialization_CommaTemporary.cpp | 2 std::cout << mat << std::endl << std::endl; member in class:std 4 std::cout << mat << std::endl; member in class:std
|
Tutorial_AdvancedInitialization_Join.cpp | 3 std::cout << "vec1 = " << vec1 << std::endl; member in class:std 7 std::cout << "vec2 = " << vec2 << std::endl; member in class:std 11 std::cout << "joined = " << joined << std::endl; member in class:std
|
Tutorial_Map_rowmajor.cpp | 3 cout << "Column-major:\n" << Map<Matrix<int,2,4> >(array) << endl; 4 cout << "Row-major:\n" << Map<Matrix<int,2,4,RowMajor> >(array) << endl; 6 Map<Matrix<int,2,4>, Unaligned, Stride<1,4> >(array) << endl;
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
std_iostream.i | 3 %callback(1) endl;
|
/external/eigen/doc/examples/ |
TutorialLinAlgInverseDeterminant.cpp | 13 cout << "Here is the matrix A:\n" << A << endl; local 14 cout << "The determinant of A is " << A.determinant() << endl; 15 cout << "The inverse of A is:\n" << A.inverse() << endl;
|
class_CwiseUnaryOp_ptrfun.cpp | 18 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(ptr_fun(ramp)) << endl;
|
TutorialLinAlgComputeTwice.cpp | 13 cout << "Here is the matrix A:\n" << A << endl; local 14 cout << "Here is the right hand side b:\n" << b << endl; local 15 cout << "Computing LLT decomposition..." << endl; local 17 cout << "The solution is:\n" << llt.solve(b) << endl; 19 cout << "The matrix A is now:\n" << A << endl; local 20 cout << "Computing LLT decomposition..." << endl; local 22 cout << "The solution is now:\n" << llt.solve(b) << endl;
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
CameraHalV2.driver.cpp | 63 cout << "Function: " << __func__ << " " << func_name << endl; local 67 cout << "use hmi" << endl; local 71 cerr << "both device_ and hmi_ are NULL." << endl; local 76 cout << "arg0 = " << arg0 << endl; local 80 cout << "arg1 = " << arg1 << endl; local 84 cout << "arg2 = " << arg2 << endl; local 88 cout << "hit2." << device_ << endl; local 90 cerr << "api not set." << endl; local 93 cout << "Call an API." << endl; local 99 cout << "time " << (*measured)[0] << endl; 100 cout << "called" << endl; local 110 cout << "Function: " << __func__ << " " << func_name << endl; local 117 cout << "Function: " << __func__ << " '" << func_name << "'" << endl; local 128 cout << "use hmi " << (uint64_t)hmi_ << endl; local 132 cerr << "both device_ and hmi_ are NULL." << endl; local 136 cout << "match" << endl; local 139 cout << "hit2." << device_ << endl; local 141 cerr << "api not set." << endl; local 144 cout << "Call an API." << endl; local 149 cout << "called" << endl; local 153 cout << "match" << endl; local 155 cout << "arg0 = " << arg0 << endl; local 157 cout << "arg1 = " << arg1 << endl; local 160 cout << "hit2." << device_ << endl; local 162 cerr << "api not set." << endl; local 165 cout << "Call an API." << endl; local 172 cout << "called" << endl; local 177 cout << "match" << endl; local 183 cout << "arg0 = " << arg0 << endl; local 186 cout << "hit2." << device_ << endl; local 188 cerr << "api not set." << endl; local 191 cout << "Call an API." << endl; local 197 cout << "called" << endl; local 201 cout << "match" << endl; local 204 cout << "hit2." << device_ << endl; local 206 cerr << "api not set." << endl; local 209 cout << "Call an API." << endl; local 214 cout << "called" << endl; local 217 cerr << "func not found" << endl; local 224 cout << "Function: " << __func__ << " " << func_name << endl; local 227 cout << "use hmi " << (uint64_t)hmi_ << endl; local 231 cerr << "both device_ and hmi_ are NULL." << endl; local 234 cerr << "attribute not found" << endl; local 241 cout << "Function: " << __func__ << " " << func_name << endl; local 244 cout << "use hmi " << (uint64_t)hmi_ << endl; local 248 cerr << "both device_ and hmi_ are NULL." << endl; local 252 cout << "match" << endl; local 253 cout << "hit2." << device_ << endl; local 254 cout << "ok. let's read attribute." << endl; local 256 cout << "got" << endl; local 259 cerr << "attribute not found" << endl; local 266 cout << "Function: " << __func__ << " '" << func_name << "'" << endl; local 277 cout << "use hmi " << (uint64_t)hmi_ << endl; local 281 cerr << "both device_ and hmi_ are NULL." << endl; local 284 cerr << "attribute not found" << endl; local [all...] |