Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Deriving from Matrix class

Sage doesn't recognize Matrix_generic_dense. How can I create a Matrix class?

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):