Course Home | Assignments | Computing Resources | Lab Hours/Tutoring | Questionnaire | Schedule | Submit

Saint Louis University

Computer Science 146
Object-Oriented Practicum

Michael Goldwasser

Spring 2012

Dept. of Math & Computer Science

Assignment 04

Additional Matrix Behaviors

Overview

Topic: Additional Matrix Behaviors
Due: 11:59pm Tuesday, 15 February 2012

Please make sure you adhere to the policies on academic integrity.


Introduction

Continuing with the project from the preceding assignment, our goal this week it to add additional functionality. In particular, we look to adding the reshape, diag, and transpose methods; see the documentation of our original class design for the precise specifications.


Your task

Starting with the files from the preceding assignment, you are to add support for the new behaviors in the following way: You should be able to rebuild your project with the existing makefile.

Submitting your project

Your revised matrix.h and test.cpp files should be submitted electronically (details on the submission process).


Michael Goldwasser
CSCI 146, Spring 2012
Last modified: Monday, 26 September 2011
Course Home | Assignments | Computing Resources | Lab Hours/Tutoring | Questionnaire | Schedule | Submit