Searched defs:TensorBase (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorIO.h59 std::ostream& operator << (std::ostream& os, const TensorBase<T, ReadOnlyAccessors>& expr) { argument
H A DTensor.h63 class Tensor : public TensorBase<Tensor<Scalar_, NumIndices_, Options_, IndexType_> >
67 typedef TensorBase<Tensor<Scalar_, NumIndices_, Options_, IndexType_> > Base;
384 EIGEN_STRONG_INLINE Tensor(const TensorBase<OtherDerived, ReadOnlyAccessors>& other) argument
393 EIGEN_STRONG_INLINE Tensor(const TensorBase<OtherDerived, WriteAccessors>& other) argument
H A DTensorFixedSize.h27 class TensorFixedSize : public TensorBase<TensorFixedSize<Scalar_, Dimensions_, Options_, IndexType> >
31 typedef TensorBase<TensorFixedSize<Scalar_, Dimensions_, Options_, IndexType> > Base;
321 EIGEN_STRONG_INLINE TensorFixedSize(const TensorBase<OtherDerived, ReadOnlyAccessors>& other) argument
329 EIGEN_STRONG_INLINE TensorFixedSize(const TensorBase<OtherDerived, WriteAccessors>& other) argument
H A DTensorBase.h17 /** \class TensorBase
27 class TensorBase<Derived, ReadOnlyAccessors> class in namespace:Eigen
821 template <typename OtherDerived, int AccessLevel> friend class TensorBase;
827 class TensorBase : public TensorBase<Derived, ReadOnlyAccessors> { class in namespace:Eigen
837 template <typename OtherDerived, int OtherAccessLevel> friend class TensorBase;

Completed in 69 milliseconds