Function dimensions¶
function dimensions(E1 &&) base¶
template <index_t Dims, typename E1>
KFR_INTRINSIC expression_dimensions<Dims, E1> dimensions(E1&& e1) Creates an expression that adjusts the dimensionality of another expression.
| Dims | new dimensionality |
| E1 | input expression type |
| e1 | input expression |
an expression_dimensions |
Fully qualified name: kfr::dimensions(E1 &&)
Declared at base/basic_expressions.hpp:1461
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.