Assignments
Assignments
Util::VectorSpace< Element > Class Template Reference

#include <algebra.h>

Inheritance diagram for Util::VectorSpace< Element >:
Util::Algebra< Element > Util::InnerProductSpace< Element >

Detailed Description

template<class Element>
class Util::VectorSpace< Element >

This templated class fills in the vector space methods for the class Element It assumes the following operations are well defined for const Element &e, const Element &f, and double s: Element g = e + f; Element g = e * s;


The documentation for this class was generated from the following file: