![]() |
Helper class for divisions of a sparse vector by a scalar.The SVecScalarDivExprHelper class is an auxiliary class to define the return type of the division between a sparse vector and a scalar value. More...
#include <SVecScalarDivExpr.h>
Public Types | |
enum | { value = IsFloatingPoint<ScalarType>::value } |
Compilation switch for the evaluation of the sparse vector/scalar division return type. | |
typedef DivTrait< typename BaseElementType< VT >::Type, ST >::Type | ScalarType |
Scalar type for the instantiation of the resulting expression object. | |
typedef SelectType< value, SVecScalarMultExpr< VT, ScalarType, TF > , SVecScalarDivExpr< VT, ScalarType, TF > >::Type | Type |
Resulting type of the division between the given sparse vector and scalar value. | |
Helper class for divisions of a sparse vector by a scalar.
The SVecScalarDivExprHelper class is an auxiliary class to define the return type of the division between a sparse vector and a scalar value.