InternalData< Shared > Struct Template Reference

Internal data for wVectorT. More...

Inheritance diagram for InternalData< Shared >:

Public Attributes

real data [4]
 

Detailed Description

template<bool Shared>
struct farsa::InternalData< Shared >

Internal data for wVectorT.

Motivation
The wVectorT class can work with shared data (when the Shared template parameter is true) or with its own data. This InternalData version is only used when Shared is false, so this contains the actual vector of 4 real

Definition at line 37 of file wvector.h.


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