TiledArray::expressions::ScalMultExpr< Left, Right, Scalar > Class Template Reference
Documentation
template<typename Left, typename Right, typename Scalar>
class TiledArray::expressions::ScalMultExpr< Left, Right, Scalar >
Multiplication expression.
- Template Parameters
-
Left The left-hand expression type Right The right-hand expression type
Definition at line 143 of file mult_expr.h.
Public Types | |
typedef ScalMultExpr< Left, Right, Scalar > | ScalMultExpr_ |
This class type. More... | |
typedef BinaryExpr< ScalMultExpr_ > | BinaryExpr_ |
Binary expression base type. More... | |
typedef ExprTrait< ScalMultExpr_ >::left_type | left_type |
The left-hand expression type. More... | |
typedef ExprTrait< ScalMultExpr_ >::right_type | right_type |
The right-hand expression type. More... | |
typedef ExprTrait< ScalMultExpr_ >::engine_type | engine_type |
Expression engine type. More... | |
typedef ExprTrait< ScalMultExpr_ >::scalar_type | scalar_type |
Tile scalar type. More... | |
Public Member Functions | |
ScalMultExpr (const ScalMultExpr_ &)=default | |
ScalMultExpr (ScalMultExpr_ &&)=default | |
~ScalMultExpr ()=default | |
ScalMultExpr_ & | operator= (const ScalMultExpr_ &)=delete |
ScalMultExpr_ & | operator= (ScalMultExpr_ &&)=delete |
ScalMultExpr (const left_type &left, const right_type &right, const scalar_type factor) | |
Expression constructor. More... | |
scalar_type | factor () const |
Scaling factor accessor. More... | |
Member Typedef Documentation
◆ BinaryExpr_
template<typename Left , typename Right , typename Scalar >
typedef BinaryExpr<ScalMultExpr_> TiledArray::expressions::ScalMultExpr< Left, Right, Scalar >::BinaryExpr_ |
Binary expression base type.
Definition at line 147 of file mult_expr.h.
◆ engine_type
template<typename Left , typename Right , typename Scalar >
typedef ExprTrait<ScalMultExpr_>::engine_type TiledArray::expressions::ScalMultExpr< Left, Right, Scalar >::engine_type |
Expression engine type.
Definition at line 153 of file mult_expr.h.
◆ left_type
template<typename Left , typename Right , typename Scalar >
typedef ExprTrait<ScalMultExpr_>::left_type TiledArray::expressions::ScalMultExpr< Left, Right, Scalar >::left_type |
The left-hand expression type.
Definition at line 149 of file mult_expr.h.
◆ right_type
template<typename Left , typename Right , typename Scalar >
typedef ExprTrait<ScalMultExpr_>::right_type TiledArray::expressions::ScalMultExpr< Left, Right, Scalar >::right_type |
The right-hand expression type.
Definition at line 151 of file mult_expr.h.
◆ scalar_type
template<typename Left , typename Right , typename Scalar >
typedef ExprTrait<ScalMultExpr_>::scalar_type TiledArray::expressions::ScalMultExpr< Left, Right, Scalar >::scalar_type |
Tile scalar type.
Definition at line 155 of file mult_expr.h.
◆ ScalMultExpr_
template<typename Left , typename Right , typename Scalar >
typedef ScalMultExpr<Left, Right, Scalar> TiledArray::expressions::ScalMultExpr< Left, Right, Scalar >::ScalMultExpr_ |
This class type.
Definition at line 145 of file mult_expr.h.
Constructor & Destructor Documentation
◆ ScalMultExpr() [1/3]
template<typename Left , typename Right , typename Scalar >
|
default |
◆ ScalMultExpr() [2/3]
template<typename Left , typename Right , typename Scalar >
|
default |
◆ ~ScalMultExpr()
template<typename Left , typename Right , typename Scalar >
|
default |
◆ ScalMultExpr() [3/3]
template<typename Left , typename Right , typename Scalar >
|
inline |
Expression constructor.
- Parameters
-
arg The argument expression factor The scaling factor
Definition at line 172 of file mult_expr.h.
Member Function Documentation
◆ factor()
template<typename Left , typename Right , typename Scalar >
|
inline |
Scaling factor accessor.
- Returns
- The scaling factor
Definition at line 179 of file mult_expr.h.
Here is the caller graph for this function:
◆ operator=() [1/2]
template<typename Left , typename Right , typename Scalar >
|
delete |
◆ operator=() [2/2]
template<typename Left , typename Right , typename Scalar >
|
delete |
The documentation for this class was generated from the following files:
- TiledArray/expressions/cont_engine.h
- TiledArray/expressions/mult_expr.h