Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 12 years ago

SLOtoSF gravatar image

Deriving from Matrix class

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

click to hide/show revision 2
No.2 Revision

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