1.10.1
CCC
 
Loading...
Searching...
No Matches

Functions

VectorNumT< T > gstlrn::VectorNumT< T >::addVec (const VectorNumT< T > &v) const
 
VectorNumT< T > gstlrn::VectorNumT< T >::subtractVec (const VectorNumT< T > &v) const
 
VectorNumT< T > gstlrn::VectorNumT< T >::multiplyVec (const VectorNumT< T > &v) const
 
VectorNumT< T > gstlrn::VectorNumT< T >::divideVec (const VectorNumT< T > &v) const
 

Detailed Description

Action: 'out' = 'this' op% 'v'

Function Documentation

◆ addVec()

template<typename T >
VectorNumT< T > gstlrn::VectorNumT< T >::addVec ( const VectorNumT< T > &  v) const

◆ divideVec()

template<typename T >
VectorNumT< T > gstlrn::VectorNumT< T >::divideVec ( const VectorNumT< T > &  v) const

◆ multiplyVec()

template<typename T >
VectorNumT< T > gstlrn::VectorNumT< T >::multiplyVec ( const VectorNumT< T > &  v) const

◆ subtractVec()

template<typename T >
VectorNumT< T > gstlrn::VectorNumT< T >::subtractVec ( const VectorNumT< T > &  v) const