Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eigen3 网站上看到 MPFR 多精度数据类型有一个“不受支持”的模块。有谁知道这有多可靠?
我的主要目标不仅是使用mpreal,而且是复杂的<mpreal>。
到目前为止,它对我来说效果很好,并且尽我所能给出正确的结果。
但是,当您尝试做复杂时,您会遇到问题,因为其他人指出,复杂仅适用于内置数据类型。目前我不知道如何产生任意精度的复数。