Deriving from Matrix class
Sage doesn't recognize Matrix_generic_dense. How can I create a Matrix class?
Say I want to create a class of generic matrices which I could tack on various other attributes to. I am hoping for something like:
class MatrixNew(Matrix_generic_dense):
It probably needs to be imported from the relevant place? This is a very vague question as it stands :(
Sorry, let me rephrase.