Re: [eigen] Implementation/Integration of new linear solvers |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi Jens, Without being able to give a definitive answer let me try to address some of your points:
Are you talking about test coverage here? If yes you should probably try to match the coverage of existing solvers. Keep in mind that some tests exist to cover bugs fixed after the solvers got developed. First of all the dev branch contains supported and unsupported modules. They are just separated by the directory structure. If your patch extends supported parts of Eigen and if it fits the existing structure it would usually be merged into the supported part (ofc after reviewing it). However, if your patch extends an unsupported module (e.g. BlockSparseMatrix) it would probably be merged into the unsupported part.
If you have general design questions the mailing list would be the appropriate place to discuss. If you have a ready or mostly ready implementation a Gitlab PR is the way to go.
Unfortunately I cannot give an answer here but I'm sure somebody will soon. Cheers, David
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |