Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9
 
Loading...
Searching...
No Matches
Eigen::TensorFixedSize< Scalar_, Dimensions, Options_, IndexType > Class Template Reference

Detailed Description

template<typename Scalar_, typename Dimensions, int Options_ = 0, typename IndexType = DenseIndex>
class Eigen::TensorFixedSize< Scalar_, Dimensions, Options_, IndexType >

The fixed sized version of the tensor class.

The fixed sized equivalent of Eigen::Tensor<float, 3> t(3, 5, 7); is Eigen::TensorFixedSize<float, Sizes<3,5,7>> t;

+ Inheritance diagram for Eigen::TensorFixedSize< Scalar_, Dimensions, Options_, IndexType >:

The documentation for this class was generated from the following files: