oILAB
|
Go to the source code of this file.
Data Structures | |
class | gbLAB::Operator< Derived, dim > |
class | gbLAB::OperatorSum< E1, E2, dim > |
class | gbLAB::OperatorScalarProduct< T, E, dim > |
Namespaces | |
namespace | gbLAB |
Functions | |
template<typename E1 , typename E2 , int dim> | |
OperatorSum< E1, E2, dim > | gbLAB::operator+ (const Operator< E1, dim > &u, const Operator< E2, dim > &v) |
template<typename T , typename E , int dim> | |
OperatorScalarProduct< T, E, dim > | gbLAB::operator* (const T &s, const Operator< E, dim > &u) |