VectorSpaceOps< N, N > Struct Template Reference

Loop termination form, when index and loop count <N> are identical. More...

Static Public Member Functions

template<class V , class S , class EqOp >
static void eqOpS (V &, const S &, EqOp)
 
template<class S , class V , class EqOp >
static void SeqOp (S &, const V &, EqOp)
 
template<class V1 , class V2 , class EqOp >
static void eqOp (V1 &, const V2 &, EqOp)
 
template<class V , class V1 , class S , class Op >
static void opVS (V &vs, const V1 &, const S &, Op)
 
template<class V , class S , class V1 , class Op >
static void opSV (V &vs, const S &, const V1 &, Op)
 
template<class V , class V1 , class Op >
static void op (V &vs, const V1 &, const V1 &, Op)
 

Detailed Description

template<direction N>
struct Foam::VectorSpaceOps< N, N >

Loop termination form, when index and loop count <N> are identical.

Definition at line 94 of file VectorSpaceOps.H.

Member Function Documentation

◆ eqOpS()

static void eqOpS ( V &  ,
const S &  ,
EqOp   
)
inlinestatic

Definition at line 97 of file VectorSpaceOps.H.

◆ SeqOp()

static void SeqOp ( S &  ,
const V &  ,
EqOp   
)
inlinestatic

Definition at line 100 of file VectorSpaceOps.H.

◆ eqOp()

static void eqOp ( V1 &  ,
const V2 &  ,
EqOp   
)
inlinestatic

Definition at line 103 of file VectorSpaceOps.H.

◆ opVS()

static void opVS ( V &  vs,
const V1 &  ,
const S &  ,
Op   
)
inlinestatic

Definition at line 106 of file VectorSpaceOps.H.

◆ opSV()

static void opSV ( V &  vs,
const S &  ,
const V1 &  ,
Op   
)
inlinestatic

Definition at line 109 of file VectorSpaceOps.H.

◆ op()

static void op ( V &  vs,
const V1 &  ,
const V1 &  ,
Op   
)
inlinestatic

Definition at line 112 of file VectorSpaceOps.H.


The documentation for this struct was generated from the following file: