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

#include <algebra.h>

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

Detailed Description

template<class Element>
class Util::Algebra< Element >

This templated class fills in the algebra methods and operators 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 * f; Element g = e * s;


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