最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

umfpack - Using umfpackControl from Eigen - Stack Overflow

programmeradmin2浏览0评论

I'm looking for an example of using umfpackControl because I want to pass some control parameters. How should I use it? Currently, I'm using it as follows

        auto &umfc = solver.umfpackControl();
        umfc[UMFPACK_IRSTEP] = 0;

If I call auto params = solver.umfpackControl(); again and print the array, I can see that my change has been made. Is this the right way to use it?

发布评论

评论列表(0)

  1. 暂无评论