Functions | |
| void | gstlrn::VectorNumT< T >::addCstInPlace (double value, VectorNumT< T > &out) const |
| void | gstlrn::VectorNumT< T >::subtractCstInPlace (double value, VectorNumT< T > &out) const |
| void | gstlrn::VectorNumT< T >::multiplyCstInPlace (double value, VectorNumT< T > &out) const |
| void | gstlrn::VectorNumT< T >::divideCstInPlace (double value, VectorNumT< T > &out) const |
Action: 'out' = 'this' op% 'val' ('out' in place)
| void gstlrn::VectorNumT< T >::addCstInPlace | ( | double | value, |
| VectorNumT< T > & | out | ||
| ) | const |
| void gstlrn::VectorNumT< T >::divideCstInPlace | ( | double | value, |
| VectorNumT< T > & | out | ||
| ) | const |
| void gstlrn::VectorNumT< T >::multiplyCstInPlace | ( | double | value, |
| VectorNumT< T > & | out | ||
| ) | const |
| void gstlrn::VectorNumT< T >::subtractCstInPlace | ( | double | value, |
| VectorNumT< T > & | out | ||
| ) | const |