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

#include <algebra.h>

Inheritance diagram for Util::VectorSpace< Element >:
Util::Algebra< Matrix< Dim, Dim > > Util::InnerProductSpace< Matrix< Rows, Cols > > Util::InnerProductSpace< Matrix< Dim, Dim > > Util::InnerProductSpace< Point< Dim > > Util::Algebra< Element > Util::InnerProductSpace< Element > Util::Matrix< Dim, Dim > Util::Matrix< Rows, Cols > Util::Matrix< Dim, Dim > Util::Point< 3 > Util::Point< Dim >

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: