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

Functions

const VectorNumT< T > & gstlrn::VectorNumT< T >::add (const VectorNumT< T > &v)
 
const VectorNumT< T > & gstlrn::VectorNumT< T >::subtract (const VectorNumT< T > &v)
 
const VectorNumT< T > & gstlrn::VectorNumT< T >::multiply (const VectorNumT< T > &v)
 
const VectorNumT< T > & gstlrn::VectorNumT< T >::divide (const VectorNumT< T > &v)
 
auto gstlrn::VectorNumT< T >::operator+= (const VectorNumT< T > &v) -> VectorNumT< T > &
 

Detailed Description

Action: 'this' = 'this' op% 'vec'

Function Documentation

◆ add()

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

◆ divide()

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

◆ multiply()

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

◆ operator+=()

template<typename T >
auto gstlrn::VectorNumT< T >::operator+= ( const VectorNumT< T > &  v) -> VectorNumT<T>&

◆ subtract()

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