Class MEAL::Union
-
class Union : public MEAL::ScalarVector
Represents the union of disjoint vector subspaces.
Public Functions
-
inline ~Union()
Destructor.
-
void push_back(ScalarVector*)
Add a vector space.
-
inline virtual unsigned size() const
Get the dimension of the union.
-
inline virtual std::string get_name() const
Return the name of the class.
-
inline ~Union()