tensor-0.1.0
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
tensor::FlexiListGenerator Class Reference

Placeholder for statically creating a vector of elements, whose type is determined by the first element. More...

Detailed Description

Placeholder for statically creating a vector of elements, whose type is determined by the first element.

RTensor a = gen << (double)1.0 << 3;
See Also
ListGenerator

Definition at line 75 of file gen.h.