HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_STRONG_INLINE (Results 51 - 71 of 71) sorted by null

1 23

  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other)
380 EIGEN_STRONG_INLINE TriangularView& operator=(const ProductBase<ProductDerived, Lhs,Rhs>& other)
387 EIGEN_STRONG_INLINE TriangularView& operator+=(const ProductBase<ProductDerived, Lhs,Rhs>& other)
393 EIGEN_STRONG_INLINE TriangularView& operator-=(const ProductBase<ProductDerived, Lhs,Rhs>& other)
400 EIGEN_STRONG_INLINE TriangularView& operator=(const ScaledProduct<ProductDerived>& other)
407 EIGEN_STRONG_INLINE TriangularView& operator+=(const ScaledProduct<ProductDerived>& other)
413 EIGEN_STRONG_INLINE TriangularView& operator-=(const ScaledProduct<ProductDerived>& other)
421 EIGEN_STRONG_INLINE TriangularView& assignProduct(const ProductBase<ProductDerived, Lhs,Rhs>& prod, const Scalar& alpha);
VectorwiseOp.h 83 EIGEN_STRONG_INLINE const Scalar coeff(Index i, Index j) const
112 EIGEN_STRONG_INLINE ResultType operator()(const XprType& mat) const \
457 template<typename OtherDerived> EIGEN_STRONG_INLINE
482 template<typename OtherDerived> EIGEN_STRONG_INLINE
DenseStorage.h 248 EIGEN_STRONG_INLINE void resize(DenseIndex size, DenseIndex, DenseIndex cols)
284 EIGEN_STRONG_INLINE void resize(DenseIndex size, DenseIndex rows, DenseIndex)
Dot.h 113 EIGEN_STRONG_INLINE typename NumTraits<typename internal::traits<Derived>::Scalar>::Real MatrixBase<Derived>::squaredNorm() const
GeneralProduct.h 353 EIGEN_STRONG_INLINE Scalar* data() { eigen_internal_assert(false && "should never be called"); return 0; }
359 EIGEN_STRONG_INLINE Scalar* data() { return 0; }
367 EIGEN_STRONG_INLINE Scalar* data() { return m_data.array; }
376 EIGEN_STRONG_INLINE Scalar* data() {
554 // Thus it does not help tagging this function with EIGEN_STRONG_INLINE.
SelfCwiseBinaryOp.h 128 EIGEN_STRONG_INLINE SelfCwiseBinaryOp& lazyAssign(const DenseBase<RhsDerived>& rhs)
Block.h 168 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index row, Index col) const
DenseBase.h 372 EIGEN_STRONG_INLINE EvalReturnType eval() const
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 70 EIGEN_STRONG_INLINE typename internal::rotation_base_generic_product_selector<Derived,OtherDerived,OtherDerived::IsVectorAtCompileTime>::ReturnType
126 static EIGEN_STRONG_INLINE ReturnType run(const RotationDerived& r, const OtherVectorType& v)
Transform.h 399 EIGEN_STRONG_INLINE const typename internal::transform_right_product_impl<Transform, OtherDerived>::ResultType
634 static EIGEN_STRONG_INLINE void check_template_params()
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 202 EIGEN_STRONG_INLINE const typename internal::eval<Derived, IsSkyline>::type eval() const {
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 41 static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* lhs, Index lhsStride,
57 static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride,
GeneralMatrixMatrix.h 27 static EIGEN_STRONG_INLINE void run(
SelfadjointMatrixMatrix.h 209 static EIGEN_STRONG_INLINE void run(
TriangularMatrixMatrix.h 59 static EIGEN_STRONG_INLINE void run(
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 19 EIGEN_STRONG_INLINE X() {} \
20 EIGEN_STRONG_INLINE X(const X& ) {}
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 132 EIGEN_STRONG_INLINE void getChildren(Index index, VolumeIterator &outVBegin, VolumeIterator &outVEnd,
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 63 EIGEN_STRONG_INLINE const _Scalar operator()(Index row, Index col ) const
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 393 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, int* sign=0)
400 static EIGEN_STRONG_INLINE bool update(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, typename MatrixType::RealScalar sigma=1)
LLT.h 334 static EIGEN_STRONG_INLINE typename MatrixType::Index unblocked(MatrixType& mat)
340 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat)
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 330 EIGEN_STRONG_INLINE const EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE

Completed in 1273 milliseconds

1 23