Rosetta
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

◆ ColVectors()

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

◆ x()

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

◆ y()

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

◆ z()

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

Friends And Related Function Documentation

◆ numeric::xyzMatrix

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

Member Data Documentation

◆ x_

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

x column

Referenced by numeric::ColVectors< T >::x().

◆ y_

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

y column

Referenced by numeric::ColVectors< T >::y().

◆ z_

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

z column

Referenced by numeric::ColVectors< T >::z().


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