![]() |
Eigen-unsupported
3.3.4
|
The tensor class.
The Tensor class is the work-horse for all dense tensors within Eigen.
The Tensor class encompasses only dynamic-size objects so far.
The first two template parameters are required:
Scalar_ |
Public Member Functions | |
void | resize (const array< Index, NumIndices > &dimensions) |
template<typename std::ptrdiff_t... Indices> | |
void | resize (const Sizes< Indices... > &dimensions) |
Tensor (const array< Index, NumIndices > &dimensions) | |
|
inlineexplicit |
Normal Dimension
|
inline |
Normal Dimension
|
inline |
Custom Dimension