Developer documentation on how to add a new type of matrix
Submitted by Cyrille Berger
Assigned to Nobody
Link to original bugzilla bug (#46)
Version: 3.0
Description
Currently Eigen has a good dense full matrix. But there are other types (like symmetric requested in bug #42, or triangular, or diagonal...). While I would be willing to contribute the symmetric one, I would appreciate to have a documentation telling what is needed to create a matrix class, what must be implemented (ie operators), and what class to derive from, etc...
I can serve as a tester of that documentation.
Blocking
Edited by Eigen Bugzilla