Rings for MAT 685
Mathematical ring implementation to demonstrate templates and inheritance
Rings: project on inheritance and templates for MAT 685

Table of Contents

Author
John Perry, john..nosp@m.perr.nosp@m.y@usm.nosp@m..edu
Date
2017

Overview

These files demonstrate C++ inheritance and templates in a “natural” setting for mathematics graduate students. The point is to extend the given classes using other possibilities. You probably want to look at the list of classes and go from there.

I though I’d have something more important to say, but apparently I don’t.

Warning
Do not forget to compile with the option -std=c++14.