|
TiledArray
0.7.0
|
#include <scale.h>


Additional Inherited Members | |
Public Types inherited from TiledArray::tile_interface::scale_trait< Arg, Scalar > | |
| typedef Arg | type |
Scale trait.
This class defines the default return type for a permutation operation. The default return type is defined by the permute() function, if it exists, otherwise the return type is assumed to be the same as Arg type.
| Arg | The argument tile type |