Hi,
Rather than me starting by creating a thin wrapper around a list of lists and calling it a SpecialMatrix, does anyone have any ideas creating SpecialMatrix class deriving from some base matrix class such that I can load up the matrix with objects in the entries?
Ultimately I would not like to recreate matrix addition and matrix multiplication and instead leverage what's currently in existence.
Thanks!