Saint Louis University |
Computer Science 146
|
Dept. of Math & Computer Science |
Meeting | Topic | References |
---|---|---|
August 29 | Introduction to object-oriented programming
Review: MATLAB matrices |
MATLAB matrices
Built-in Documentation via "Help" in MATLAB |
September 5 | Designing the public interface for our matrix class in C++ |
our initial matrix class documentation
sample code: demo.cpp |
September 12 | In-class work on asgn02 | |
September 19 | Defining a Class in C++ | initial matrix implementation |
September 26 | Examination of our matrix.h file (continued) | |
October 3 | Expanding a matrix | |
October 10 | (continued work on matrix expansion) | |
October 17 | ||
October 24 | Extracting a submatrix using ranges | |
October 31 | Extracting a submatrix using ranges | |
November 7 | A Matrix Proxy | |
November 14 |
Implementation of new Proxy hierarchy
Discussion of asgn07 |
source code |
November 21 | No Class - Thanksgiving Break | |
November 28 | Work on asgn07 | |
December 5 |