HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_DOC_UNARY_ADDONS (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/plugins/
MatrixCwiseUnaryOps.h 26 EIGEN_DOC_UNARY_ADDONS(cwiseAbs,absolute value)
39 EIGEN_DOC_UNARY_ADDONS(cwiseAbs2,squared absolute value)
52 EIGEN_DOC_UNARY_ADDONS(cwiseSqrt,square-root)
65 EIGEN_DOC_UNARY_ADDONS(cwiseSign,sign function)
77 EIGEN_DOC_UNARY_ADDONS(cwiseInverse,inverse)
CommonCwiseUnaryOps.h 41 EIGEN_DOC_UNARY_ADDONS(operator-,opposite)
55 EIGEN_DOC_UNARY_ADDONS(cast,conversion function)
69 EIGEN_DOC_UNARY_ADDONS(conjugate,complex conjugate)
81 EIGEN_DOC_UNARY_ADDONS(real,real part function)
90 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function)
114 EIGEN_DOC_UNARY_ADDONS(unaryExpr,unary function)
135 EIGEN_DOC_UNARY_ADDONS(unaryViewExpr,unary function)
149 EIGEN_DOC_UNARY_ADDONS(real,real part function)
158 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function)
  /external/eigen/Eigen/src/Core/
ArrayBase.h 90 #define EIGEN_DOC_UNARY_ADDONS(X,Y)
101 #undef EIGEN_DOC_UNARY_ADDONS
MatrixBase.h 124 #define EIGEN_DOC_UNARY_ADDONS(X,Y)
133 #undef EIGEN_DOC_UNARY_ADDONS
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 149 #define EIGEN_DOC_UNARY_ADDONS(METHOD,OP) /** <p>This method does not change the sparsity of \c *this: the OP is applied to explicitly stored coefficients only. \sa SparseCompressedBase::coeffs() </p> */
153 #define EIGEN_DOC_UNARY_ADDONS(X,Y)
166 #undef EIGEN_DOC_UNARY_ADDONS

Completed in 114 milliseconds