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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorFixedSize.h15 /** \class TensorFixedSize
23 * Eigen::TensorFixedSize<float, Size<3,5,7>> t;
27 class TensorFixedSize : public TensorBase<TensorFixedSize<Scalar_, Dimensions_, Options_, IndexType> > class in namespace:Eigen
30 typedef TensorFixedSize<Scalar_, Dimensions_, Options_, IndexType> Self;
31 typedef TensorBase<TensorFixedSize<Scalar_, Dimensions_, Options_, IndexType> > Base;
301 EIGEN_STRONG_INLINE TensorFixedSize() function in class:Eigen::TensorFixedSize
307 EIGEN_STRONG_INLINE TensorFixedSize(const Self& other) function in class:Eigen::TensorFixedSize
313 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFixedSize(Self&& other) function in class:Eigen::TensorFixedSize
321 EIGEN_STRONG_INLINE TensorFixedSize(cons function in class:Eigen::TensorFixedSize
329 EIGEN_STRONG_INLINE TensorFixedSize(const TensorBase<OtherDerived, WriteAccessors>& other) function in class:Eigen::TensorFixedSize
[all...]

Completed in 75 milliseconds