ABSTRACT

The most important objects in linear algebra are vectors and matrices (Chapter 9). Here we implement these objects, along with the operators that use them. Users who include this code in their programs can define vectors and matrices just by writing commands like ”vector v;” or ”matrix m;”.