Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | Friends | List of all members
numeric::ColVectors< T > Class Template Reference

#include <ColVectors.hh>

Public Member Functions

 ColVectors (xyzVector< T > const &x_a, xyzVector< T > const &y_a, xyzVector< T > const &z_a)
 Column vectors constructor. More...
 
xyzVector< T > const x () const
 x column More...
 
xyzVector< T > const y () const
 y column More...
 
xyzVector< T > const z () const
 z column More...
 

Private Attributes

xyzVector< T > const & x_
 x column More...
 
xyzVector< T > const & y_
 y column More...
 
xyzVector< T > const & z_
 z column More...
 

Friends

template<typename >
class numeric::xyzMatrix
 

Constructor & Destructor Documentation

template<typename T>
numeric::ColVectors< T >::ColVectors ( xyzVector< T > const &  x_a,
xyzVector< T > const &  y_a,
xyzVector< T > const &  z_a 
)
inline

Column vectors constructor.

Member Function Documentation

template<typename T>
xyzVector< T > const numeric::ColVectors< T >::x ( ) const
inline

x column

References numeric::ColVectors< T >::x_.

template<typename T>
xyzVector< T > const numeric::ColVectors< T >::y ( ) const
inline

y column

References numeric::ColVectors< T >::y_.

template<typename T>
xyzVector< T > const numeric::ColVectors< T >::z ( ) const
inline

z column

References numeric::ColVectors< T >::z_.

Friends And Related Function Documentation

template<typename T>
template<typename >
friend class numeric::xyzMatrix
friend

Member Data Documentation

template<typename T>
xyzVector< T > const& numeric::ColVectors< T >::x_
private
template<typename T>
xyzVector< T > const& numeric::ColVectors< T >::y_
private
template<typename T>
xyzVector< T > const& numeric::ColVectors< T >::z_
private

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