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

#include <op_types.h>

Inheritance diagram for CNORXZ::COpRoot< T, IndexT >:
CNORXZ::COpInterface< COpRoot< T, IndexT > > CNORXZ::XprInterface< Xpr >

Public Types

typedef OpInterface< COpRoot< T, IndexT > > OI
 

Public Member Functions

constexpr COpRoot ()=default
 
constexpr COpRoot (const CArrayBase< T > &a, const Sptr< IndexT > &ind)
 
constexpr COpRoot (const T *data, const Sptr< IndexT > &ind)
 
constexpr COpRootinit (const T *data, const Sptr< IndexT > &ind)
 
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
 
const Tdata () const
 
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::COpInterface< COpRoot< T, IndexT > >
constexpr COpInterface ()=default
 
COpRoot< T, IndexT > & THIS ()
 
const COpRoot< T, IndexT > & THIS () const
 
constexpr decltype(auto) r ()
 
constexpr decltype(auto) r () const
 
constexpr decltype(auto) c (F &&f, const Sptr< IndexT > &ind) const
 
constexpr decltype(auto) c (const Sptr< IndexT > &ind) const
 
constexpr decltype(auto) c (F &&f, const Sptr< IndexT > &ind) const
 
constexpr decltype(auto) c (const Sptr< IndexT > &ind) const
 
constexpr decltype(auto) o (F &&f, Args &&... args) const
 
constexpr decltype(auto) o (F &&f, Args &&... args) const
 
- Public Member Functions inherited from CNORXZ::XprInterface< Xpr >
 DEFAULT_MEMBERS (XprInterface)
 
Xpr & THIS ()
 
const Xpr & THIS () const
 
template<class PosT >
constexpr decltype(autooperator() (const PosT &last) const
 
constexpr decltype(autooperator() () const
 
template<SizeT I>
constexpr decltype(autorootSteps (const IndexId< I > &id) const
 

Detailed Description

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

Definition at line 77 of file op_types.h.

Member Typedef Documentation

◆ OI

Definition at line 80 of file op_types.h.

Constructor & Destructor Documentation

◆ COpRoot() [1/3]

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

◆ COpRoot() [2/3]

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

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

◆ COpRoot() [3/3]

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

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

Member Function Documentation

◆ data()

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

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

◆ init()

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

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

◆ operator()() [1/3]

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

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

◆ operator()() [2/3]

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

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

◆ operator()() [3/3]

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

◆ rootSteps() [1/2]

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

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

◆ rootSteps() [2/2]

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

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