#include <scalarproducts.hh>
Public Types | |
enum | |
define the category | |
typedef X | domain_type |
export types | |
Public Member Functions | |
virtual field_type | dot (const X &x, const X &y) |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition. | |
virtual double | norm (const X &x) |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. |