OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "FixedAlgebra/FLUMatrix.h"
#include "FixedAlgebra/FMatrix.h"
#include "FixedAlgebra/TransportFun.h"
#include "FixedAlgebra/FVector.h"
#include "FixedAlgebra/FVps.h"
#include "Utilities/FormatError.h"
#include "Utilities/CLRangeError.h"
#include <iostream>
Go to the source code of this file.
Functions | |
template<class T , int N> | |
TransportMap< T, N > | operator* (const TransportMap< T, N > &lhs, const TransportFun< T, N > &rhs) |
Multiply. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator* (const TransportFun< T, N > &lhs, const TransportMap< T, N > &rhs) |
Multiply. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator* (const TransportMap< T, N > &lhs, const T &rhs) |
Multiply. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator* (const T &lhs, const TransportMap< T, N > &rhs) |
Multiply. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator* (const FMatrix< T, N, N > &lhs, const TransportMap< T, N > &rhs) |
Multiply. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator/ (const TransportMap< T, N > &lhs, const TransportFun< T, N > &rhs) |
Divide. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator/ (const TransportMap< T, N > &lhs, const T &rhs) |
Divide. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator+ (const TransportMap< T, N > &lhs, const TransportMap< T, N > &rhs) |
Add. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator- (const TransportMap< T, N > &lhs, const TransportMap< T, N > &rhs) |
Subtract. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator+ (const TransportMap< T, N > &lhs, const FVector< T, N > &rhs) |
Add. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator- (const TransportMap< T, N > &lhs, const FVector< T, N > &rhs) |
Subtract. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator+ (const FVector< T, N > &lhs, const TransportMap< T, N > &rhs) |
Add. More... | |
template<class T , int N> | |
TransportMap< T, N > | operator- (const FVector< T, N > &lhs, const TransportMap< T, N > &rhs) |
Subtract. More... | |
TransportMap<T, N> operator* | ( | const FMatrix< T, N, N > & | lhs, |
const TransportMap< T, N > & | rhs | ||
) |
Multiply.
Definition at line 346 of file TransportMap.hpp.
References TransportMap< T, N >::substituteInto().
TransportMap<T, N> operator* | ( | const T & | lhs, |
const TransportMap< T, N > & | rhs | ||
) |
Multiply.
Definition at line 339 of file TransportMap.hpp.
TransportMap<T, N> operator* | ( | const TransportFun< T, N > & | lhs, |
const TransportMap< T, N > & | rhs | ||
) |
Multiply.
Definition at line 322 of file TransportMap.hpp.
TransportMap<T, N> operator* | ( | const TransportMap< T, N > & | lhs, |
const T & | rhs | ||
) |
Multiply.
Definition at line 331 of file TransportMap.hpp.
TransportMap<T, N> operator* | ( | const TransportMap< T, N > & | lhs, |
const TransportFun< T, N > & | rhs | ||
) |
Multiply.
Definition at line 313 of file TransportMap.hpp.
TransportMap<T, N> operator+ | ( | const FVector< T, N > & | lhs, |
const TransportMap< T, N > & | rhs | ||
) |
Add.
Definition at line 407 of file TransportMap.hpp.
TransportMap<T, N> operator+ | ( | const TransportMap< T, N > & | lhs, |
const FVector< T, N > & | rhs | ||
) |
Add.
Definition at line 389 of file TransportMap.hpp.
TransportMap<T, N> operator+ | ( | const TransportMap< T, N > & | lhs, |
const TransportMap< T, N > & | rhs | ||
) |
Add.
Definition at line 371 of file TransportMap.hpp.
TransportMap<T, N> operator- | ( | const FVector< T, N > & | lhs, |
const TransportMap< T, N > & | rhs | ||
) |
Subtract.
Definition at line 416 of file TransportMap.hpp.
TransportMap<T, N> operator- | ( | const TransportMap< T, N > & | lhs, |
const FVector< T, N > & | rhs | ||
) |
Subtract.
Definition at line 398 of file TransportMap.hpp.
TransportMap<T, N> operator- | ( | const TransportMap< T, N > & | lhs, |
const TransportMap< T, N > & | rhs | ||
) |
Subtract.
Definition at line 380 of file TransportMap.hpp.
TransportMap<T, N> operator/ | ( | const TransportMap< T, N > & | lhs, |
const T & | rhs | ||
) |
Divide.
Definition at line 362 of file TransportMap.hpp.
TransportMap<T, N> operator/ | ( | const TransportMap< T, N > & | lhs, |
const TransportFun< T, N > & | rhs | ||
) |
Divide.
Definition at line 353 of file TransportMap.hpp.