CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
CNORXZ::OpRoot< T, IndexT > Class Template Reference

#include <op_types.h>

Inheritance diagram for CNORXZ::OpRoot< T, IndexT >:
CNORXZ::OpInterface< OpRoot< T, IndexT > > CNORXZ::COpInterface< OpT > CNORXZ::XprInterface< OpT >

Public Types

typedef OpInterface< OpRoot< T, IndexT > > OI
 
- Public Types inherited from CNORXZ::OpInterface< OpRoot< T, IndexT > >
typedef COpInterface< OpRoot< T, IndexT > > OI
 

Public Member Functions

constexpr OpRoot ()=default
 
constexpr OpRoot (ArrayBase< T > &a, const Sptr< IndexT > &ind)
 
constexpr OpRoot (T *data, const Sptr< IndexT > &ind)
 
constexpr OpRootinit (T *data, const Sptr< IndexT > &ind)
 
template<class Op >
constexpr OpRootoperator= (const Op &in)
 
template<class Op >
constexpr OpRootoperator+= (const Op &in)
 
constexpr OpRootoperator= (const OpRoot &in)
 
template<class PosT >
constexpr decltype(autooperator() (const PosT &pos) const
 
constexpr decltype(autooperator() () const
 
template<SizeT I>
constexpr decltype(autorootSteps (const IndexId< I > &id) const
 
Tdata () const
 
template<class Op >
constexpr OpRoot< T, IndexT > & operator= (const Op &o)
 
template<class Op >
constexpr OpRoot< T, IndexT > & operator+= (const Op &o)
 
template<class PosT >
constexpr decltype(autooperator() (const PosT &pos) const
 
template<SizeT I>
constexpr decltype(autorootSteps (const IndexId< I > &id) const
 
- Public Member Functions inherited from CNORXZ::OpInterface< OpRoot< T, IndexT > >
constexpr OpInterface ()=default
 
OpRoot< T, IndexT > & THIS ()
 
const OpRoot< T, IndexT > & THIS () const
 
constexpr decltype(auto) ax (const Sptr< IndexT > &ind, F &&f, const Args &... args)
 
constexpr decltype(auto) ax (const Sptr< IndexT > &ind, F &&f, const Args &... args)
 
void a (const Sptr< IndexT > &ind, F &&f, const Args &... args)
 
- Public Member Functions inherited from CNORXZ::COpInterface< OpT >
constexpr COpInterface ()=default
 
OpTTHIS ()
 
const OpTTHIS () const
 
constexpr decltype(autor ()
 
constexpr decltype(autor () const
 
template<class F , class IndexT >
constexpr decltype(autoc (F &&f, const Sptr< IndexT > &ind) const
 
template<class IndexT >
constexpr decltype(autoc (const Sptr< IndexT > &ind) const
 
template<class F , class... Args>
constexpr decltype(autoo (F &&f, Args &&... args) const
 
template<class F , class IndexT >
constexpr decltype(autoc (F &&f, const Sptr< IndexT > &ind) const
 
template<class IndexT >
constexpr decltype(autoc (const Sptr< IndexT > &ind) const
 
template<class F , class... Args>
constexpr decltype(autoo (F &&f, Args &&... args) const
 
- Public Member Functions inherited from CNORXZ::XprInterface< OpT >
 DEFAULT_MEMBERS (XprInterface)
 
OpT & THIS ()
 
const OpT & THIS () const
 
constexpr decltype(auto) operator() (const PosT &last) const
 
constexpr decltype(auto) operator() () const
 
constexpr decltype(auto) rootSteps (const IndexId< I > &id) const
 

Detailed Description

template<typename T, class IndexT>
class CNORXZ::OpRoot< T, IndexT >

Definition at line 182 of file op_types.h.

Member Typedef Documentation

◆ OI

Definition at line 185 of file op_types.h.

Constructor & Destructor Documentation

◆ OpRoot() [1/3]

template<typename T , class IndexT >
constexpr CNORXZ::OpRoot< T, IndexT >::OpRoot ( )
constexprdefault

◆ OpRoot() [2/3]

template<typename T , class IndexT >
constexpr CNORXZ::OpRoot< T, IndexT >::OpRoot ( ArrayBase< T > & a,
const Sptr< IndexT > & ind )
constexpr

Definition at line 296 of file op_types.cc.h.

◆ OpRoot() [3/3]

template<typename T , class IndexT >
constexpr CNORXZ::OpRoot< T, IndexT >::OpRoot ( T * data,
const Sptr< IndexT > & ind )
constexpr

Definition at line 302 of file op_types.cc.h.

Member Function Documentation

◆ data()

template<typename T , class IndexT >
T * CNORXZ::OpRoot< T, IndexT >::data ( ) const

Definition at line 371 of file op_types.cc.h.

◆ init()

template<typename T , class IndexT >
constexpr OpRoot< T, IndexT > & CNORXZ::OpRoot< T, IndexT >::init ( T * data,
const Sptr< IndexT > & ind )
constexpr

Definition at line 308 of file op_types.cc.h.

◆ operator()() [1/3]

template<typename T , class IndexT >
decltype(auto) constexpr CNORXZ::OpRoot< T, IndexT >::operator() ( ) const
constexpr

Definition at line 358 of file op_types.cc.h.

◆ operator()() [2/3]

template<typename T , class IndexT >
template<class PosT >
constexpr decltype(auto) CNORXZ::OpRoot< T, IndexT >::operator() ( const PosT & pos) const
constexpr

Definition at line 340 of file op_types.cc.h.

◆ operator()() [3/3]

template<typename T , class IndexT >
template<class PosT >
constexpr decltype(auto) CNORXZ::OpRoot< T, IndexT >::operator() ( const PosT & pos) const
constexpr

◆ operator+=() [1/2]

template<typename T , class IndexT >
template<class Op >
constexpr OpRoot & CNORXZ::OpRoot< T, IndexT >::operator+= ( const Op & in)
constexpr

◆ operator+=() [2/2]

template<typename T , class IndexT >
template<class Op >
constexpr OpRoot< T, IndexT > & CNORXZ::OpRoot< T, IndexT >::operator+= ( const Op & o)
constexpr

Definition at line 325 of file op_types.cc.h.

◆ operator=() [1/3]

template<typename T , class IndexT >
template<class Op >
constexpr OpRoot & CNORXZ::OpRoot< T, IndexT >::operator= ( const Op & in)
constexpr

◆ operator=() [2/3]

template<typename T , class IndexT >
template<class Op >
constexpr OpRoot< T, IndexT > & CNORXZ::OpRoot< T, IndexT >::operator= ( const Op & o)
constexpr

Definition at line 317 of file op_types.cc.h.

◆ operator=() [3/3]

template<typename T , class IndexT >
constexpr OpRoot< T, IndexT > & CNORXZ::OpRoot< T, IndexT >::operator= ( const OpRoot< T, IndexT > & in)
constexpr

Definition at line 332 of file op_types.cc.h.

◆ rootSteps() [1/2]

template<typename T , class IndexT >
template<SizeT I>
constexpr decltype(auto) CNORXZ::OpRoot< T, IndexT >::rootSteps ( const IndexId< I > & id) const
constexpr

Definition at line 365 of file op_types.cc.h.

◆ rootSteps() [2/2]

template<typename T , class IndexT >
template<SizeT I>
constexpr decltype(auto) CNORXZ::OpRoot< T, IndexT >::rootSteps ( const IndexId< I > & id) const
constexpr

The documentation for this class was generated from the following files: