Rosetta
|
#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 |
|
inline |
Column vectors constructor.
|
inline |
|
inline |
|
inline |
|
private |
x column
Referenced by numeric::ColVectors< T >::x().
|
private |
y column
Referenced by numeric::ColVectors< T >::y().
|
private |
z column
Referenced by numeric::ColVectors< T >::z().