|
template<class E1 , int S1, class E2 , int S2> |
void | conformingAdd (const Row< 1, E1, S1 > &r1, const Row< 1, E2, S2 > &r2, Row< 1, typename CNT< E1 >::template Result< E2 >::Add > &result) |
|
template<int N, class E1 , int S1, class E2 , int S2> |
void | conformingAdd (const Row< N, E1, S1 > &r1, const Row< N, E2, S2 > &r2, Row< N, typename CNT< E1 >::template Result< E2 >::Add > &result) |
|
template<class E1 , int S1, class E2 , int S2> |
void | conformingSubtract (const Row< 1, E1, S1 > &r1, const Row< 1, E2, S2 > &r2, Row< 1, typename CNT< E1 >::template Result< E2 >::Sub > &result) |
|
template<int N, class E1 , int S1, class E2 , int S2> |
void | conformingSubtract (const Row< N, E1, S1 > &r1, const Row< N, E2, S2 > &r2, Row< N, typename CNT< E1 >::template Result< E2 >::Sub > &result) |
|
template<class E1 , int S1, class E2 , int S2> |
void | elementwiseMultiply (const Row< 1, E1, S1 > &r1, const Row< 1, E2, S2 > &r2, Row< 1, typename CNT< E1 >::template Result< E2 >::Mul > &result) |
|
template<int N, class E1 , int S1, class E2 , int S2> |
void | elementwiseMultiply (const Row< N, E1, S1 > &r1, const Row< N, E2, S2 > &r2, Row< N, typename CNT< E1 >::template Result< E2 >::Mul > &result) |
|
template<class E1 , int S1, class E2 , int S2> |
void | elementwiseDivide (const Row< 1, E1, S1 > &r1, const Row< 1, E2, S2 > &r2, Row< 1, typename CNT< E1 >::template Result< E2 >::Dvd > &result) |
|
template<int N, class E1 , int S1, class E2 , int S2> |
void | elementwiseDivide (const Row< N, E1, S1 > &r1, const Row< N, E2, S2 > &r2, Row< N, typename CNT< E1 >::template Result< E2 >::Dvd > &result) |
|
template<class E1 , int S1, class E2 , int S2> |
void | copy (Row< 1, E1, S1 > &r1, const Row< 1, E2, S2 > &r2) |
|
template<int N, class E1 , int S1, class E2 , int S2> |
void | copy (Row< N, E1, S1 > &r1, const Row< N, E2, S2 > &r2) |
|