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 |
Action: 'out' = 'this' op% 'v' ('out' in place)
| void gstlrn::VectorNumT< T >::addVecInPlace | ( | const VectorNumT< T > & | v, |
| VectorNumT< T > & | out | ||
| ) | const |
| void gstlrn::VectorNumT< T >::divideVecInPlace | ( | 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 >::subtractVecInPlace | ( | const VectorNumT< T > & | v, |
| VectorNumT< T > & | out | ||
| ) | const |