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

Functions

void gstlrn::VectorNumT< T >::addVecInPlace (const VectorNumT< T > &v, VectorNumT< T > &out) const
 
void gstlrn::VectorNumT< T >::subtractVecInPlace (const VectorNumT< T > &v, VectorNumT< T > &out) const
 
void gstlrn::VectorNumT< T >::multiplyVecInPlace (const VectorNumT< T > &v, VectorNumT< T > &out) const
 
void gstlrn::VectorNumT< T >::divideVecInPlace (const VectorNumT< T > &v, VectorNumT< T > &out) const
 

Detailed Description

Action: 'out' = 'this' op% 'v' ('out' in place)

Function Documentation

◆ addVecInPlace()

template<typename T >
void gstlrn::VectorNumT< T >::addVecInPlace ( const VectorNumT< T > &  v,
VectorNumT< T > &  out 
) const

◆ divideVecInPlace()

template<typename T >
void gstlrn::VectorNumT< T >::divideVecInPlace ( const VectorNumT< T > &  v,
VectorNumT< T > &  out 
) const

◆ multiplyVecInPlace()

template<typename T >
void gstlrn::VectorNumT< T >::multiplyVecInPlace ( const VectorNumT< T > &  v,
VectorNumT< T > &  out 
) const

◆ subtractVecInPlace()

template<typename T >
void gstlrn::VectorNumT< T >::subtractVecInPlace ( const VectorNumT< T > &  v,
VectorNumT< T > &  out 
) const