Sage doesn't recognize Matrix_generic_dense. How can I create a Matrix class?
1 | initial version |
Sage doesn't recognize Matrix_generic_dense. How can I create a Matrix class?
2 | No.2 Revision |
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):