HomeSort by relevance Sort by last modified time
    Searched refs:endl (Results 126 - 150 of 845) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/eigen/doc/snippets/
Cwise_abs.cpp 2 cout << v.abs() << endl;
Cwise_abs2.cpp 2 cout << v.abs2() << endl;
Cwise_acos.cpp 2 cout << v.acos() << endl;
Cwise_cube.cpp 2 cout << v.cube() << endl;
Cwise_equal_equal.cpp 2 cout << (v==w) << endl;
Cwise_exp.cpp 2 cout << v.exp() << endl;
Cwise_greater.cpp 2 cout << (v>w) << endl;
Cwise_greater_equal.cpp 2 cout << (v>=w) << endl;
Cwise_inverse.cpp 2 cout << v.inverse() << endl;
Cwise_less.cpp 2 cout << (v<w) << endl;
Cwise_less_equal.cpp 2 cout << (v<=w) << endl;
Cwise_log.cpp 2 cout << v.log() << endl;
Cwise_not_equal.cpp 2 cout << (v!=w) << endl;
Cwise_pow.cpp 2 cout << v.pow(0.333333) << endl;
Cwise_sqrt.cpp 2 cout << v.sqrt() << endl;
Cwise_square.cpp 2 cout << v.square() << endl;
EigenSolver_eigenvalues.cpp 4 << endl << es.eigenvalues() << endl;
EigenSolver_eigenvectors.cpp 4 << endl << es.eigenvectors().col(1) << endl;
MatrixBase_cwiseAbs.cpp 4 cout << m.cwiseAbs() << endl;
MatrixBase_cwiseAbs2.cpp 4 cout << m.cwiseAbs2() << endl;
MatrixBase_cwiseInverse.cpp 4 cout << m.cwiseInverse() << endl;
MatrixBase_cwiseSqrt.cpp 2 cout << v.cwiseSqrt() << endl;
MatrixBase_eigenvalues.cpp 3 cout << "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl; variable
SelfAdjointEigenSolver_eigenvalues.cpp 4 << endl << es.eigenvalues() << endl;
SelfAdjointEigenSolver_eigenvectors.cpp 4 << endl << es.eigenvectors().col(1) << endl;

Completed in 868 milliseconds

1 2 3 4 56 7 8 91011>>