Class LatVec¶
Defined in File array_latvec.hpp
Inheritance Relationships¶
Derived Types¶
public brille::LDVec< T >(Template Class LDVec)public brille::LQVec< T >(Template Class LQVec)
Class Documentation¶
-
class
LatVec¶ Superclass to identify both LDVec and LQVec.
The two Lattice vector classes, LDVec and LQVec, are subclasses of bArray. In order to distinguish between the Lattice vector types and “bare” bArray objects in operator- and function-overloading it is advantageous to have a shared superclass on which to enable templates. Thus LatVec is a superclass used for logic only which has no properties and defines no methods.
Subclassed by brille::LDVec< T >, brille::LQVec< T >