I ran into a bit of a roadblock trying to code a program to perform simple matrix operations. The catch was that I wanted to be able to let the user specify the dimension of the matrices on the fly.
Having trouble trying to figure out the syntax for one of these: I'm basically creating a program that does some things related to graphs and uses a edge list. As such, I've got a class called "edge" ...