Rosetta
Public Member Functions | Private Attributes | Friends | List of all members
numeric::RowVectors< T > Class Template Reference

#include <RowVectors.hh>

Public Member Functions

 RowVectors (xyzVector< T > const &x_a, xyzVector< T > const &y_a, xyzVector< T > const &z_a)
 Row vectors constructor. More...
 
xyzVector< T > const x () const
 x row More...
 
xyzVector< T > const y () const
 y row More...
 
xyzVector< T > const z () const
 z row More...
 

Private Attributes

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

Friends

template<typename >
class numeric::xyzMatrix
 

Constructor & Destructor Documentation

◆ RowVectors()

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

Row vectors constructor.

Member Function Documentation

◆ x()

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

◆ y()

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

◆ z()

template<typename T >
xyzVector< T > const numeric::RowVectors< 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::RowVectors< T >::x_
private

x row

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

◆ y_

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

y row

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

◆ z_

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

z row

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


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