|
| | AddExpr (const AddExpr_ &)=default |
| |
| | AddExpr (AddExpr_ &&)=default |
| |
| | ~AddExpr ()=default |
| |
| AddExpr_ & | operator= (const AddExpr_ &)=delete |
| |
| AddExpr_ & | operator= (AddExpr_ &&)=delete |
| |
| | AddExpr (const left_type &left, const right_type &right) |
| | Expression constructor. More...
|
| |
| | BinaryExpr (const BinaryExpr_ &)=default |
| |
| | BinaryExpr (BinaryExpr_ &&)=default |
| |
| | BinaryExpr (const left_type &left, const right_type &right) |
| | Binary expression constructor. More...
|
| |
| | ~BinaryExpr ()=default |
| |
| BinaryExpr_ & | operator= (const BinaryExpr_ &)=delete |
| |
| BinaryExpr_ & | operator= (BinaryExpr_ &&)=delete |
| |
| const left_type & | left () const |
| | Left-hand expression argument accessor. More...
|
| |
| const right_type & | right () const |
| | Right-hand expression argument accessor. More...
|
| |
| Expr< AddExpr< Left, Right > > & | set_shape (typename override_type::shape_type const &shape) |
| |
| Expr< AddExpr< Left, Right > > & | set_world (World &world) |
| |
| Expr< AddExpr< Left, Right > > & | set_pmap (const std::shared_ptr< typename override_type::pmap_interface > pmap) |
| |
| | Expr ()=default |
| |
| | Expr (const Expr_ &)=default |
| |
| | Expr (Expr_ &&)=default |
| |
| | ~Expr ()=default |
| |
| Expr_ & | operator= (const Expr_ &)=delete |
| |
| Expr_ & | operator= (Expr_ &&)=delete |
| |
| derived_type & | derived () |
| | Cast this object to it's derived type. More...
|
| |
| const derived_type & | derived () const |
| | Cast this object to it's derived type. More...
|
| |
| void | eval_to (TsrExpr< A, Alias > &tsr) const |
| | Evaluate this object and assign it to tsr. More...
|
| |
| void | eval_to (BlkTsrExpr< A, Alias > &tsr) const |
| | Evaluate this object and assign it to tsr. More...
|
| |
| void | print (ExprOStream &os, const VariableList &target_vars) const |
| | Expression print. More...
|
| |
| Future< typename Op::result_type > | reduce (const Op &op, World &world) const |
| |
| Future< typename Op::result_type > | reduce (const Op &op) const |
| |
| Future< typename Op::result_type > | reduce (const Expr< D > &right_expr, const Op &op, World &world) const |
| |
| Future< typename Op::result_type > | reduce (const Expr< D > &right_expr, const Op &op) const |
| |
| Future< typename TiledArray::TraceReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | trace (World &world) const |
| |
| Future< typename TiledArray::TraceReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | trace () const |
| |
| Future< typename TiledArray::SumReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | sum (World &world) const |
| |
| Future< typename TiledArray::SumReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | sum () const |
| |
| Future< typename TiledArray::ProductReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | product (World &world) const |
| |
| Future< typename TiledArray::ProductReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | product () const |
| |
| Future< typename TiledArray::SquaredNormReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | squared_norm (World &world) const |
| |
| Future< typename TiledArray::SquaredNormReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | squared_norm () const |
| |
| Future< typename TiledArray::SquaredNormReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | norm (World &world) const |
| |
| Future< typename TiledArray::SquaredNormReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | norm () const |
| |
| std::enable_if< TiledArray::detail::is_strictly_ordered< TiledArray::detail::numeric_t< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type > >::value, Future< typename TiledArray::MinReduction< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type >::result_type > > | min (World &world) const |
| |
| std::enable_if< TiledArray::detail::is_strictly_ordered< TiledArray::detail::numeric_t< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type > >::value, Future< typename TiledArray::MinReduction< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type >::result_type > > | min () const |
| |
| std::enable_if< TiledArray::detail::is_strictly_ordered< TiledArray::detail::numeric_t< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type > >::value, Future< typename TiledArray::MaxReduction< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type >::result_type > > | max (World &world) const |
| |
| std::enable_if< TiledArray::detail::is_strictly_ordered< TiledArray::detail::numeric_t< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type > >::value, Future< typename TiledArray::MaxReduction< typename EngineTrait< typename ExprTrait< Derived_ >::engine_type >::eval_type >::result_type > > | max () const |
| |
| Future< typename TiledArray::AbsMinReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | abs_min (World &world) const |
| |
| Future< typename TiledArray::AbsMinReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | abs_min () const |
| |
| Future< typename TiledArray::AbsMaxReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | abs_max (World &world) const |
| |
| Future< typename TiledArray::AbsMaxReduction< typename EngineTrait< engine_type >::eval_type >::result_type > | abs_max () const |
| |
| Future< typename TiledArray::DotReduction< typename EngineTrait< engine_type >::eval_type, typename EngineTrait< typename D::engine_type >::eval_type >::result_type > | dot (const Expr< D > &right_expr, World &world) const |
| |
| Future< typename TiledArray::DotReduction< typename EngineTrait< engine_type >::eval_type, typename EngineTrait< typename D::engine_type >::eval_type >::result_type > | dot (const Expr< D > &right_expr) const |
| |
| Future< typename TiledArray::InnerProductReduction< typename EngineTrait< engine_type >::eval_type, typename EngineTrait< typename D::engine_type >::eval_type >::result_type > | inner_product (const Expr< D > &right_expr, World &world) const |
| |
| Future< typename TiledArray::InnerProductReduction< typename EngineTrait< engine_type >::eval_type, typename EngineTrait< typename D::engine_type >::eval_type >::result_type > | inner_product (const Expr< D > &right_expr) const |
| |
template<typename Left, typename Right>
class TiledArray::expressions::AddExpr< Left, Right >
Addition expression.
- Template Parameters
-
| Left | The left-hand expression type |
| Right | The right-hand expression type |
Definition at line 37 of file add_engine.h.