问题标签 [pyamg]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 尝试安装pyamg时出错:clang:错误:没有这样的文件或目录:'“-I/.../boost_1_59_0”'
我正在尝试在我的虚拟环境中安装 pyamg。但是,我收到以下错误。我正在使用 mac 操作系统。
python - 我正在使用代数多重网格方法迭代一个(1667,1667)矩阵,结果只有两个级别,为什么?
结果是
我正在使用代数多重网格方法迭代(1667,1667)矩阵,结果只有两个级别,为什么?我希望有一个多层次的结果。我不知道哪里错了。 代码有什么问题?非常感谢!
python - Pyamg 不起作用(没有名为“pyamg.amg_core.evolution_strength”的模块)
我想使用 PyAMG ( https://pyamg.readthedocs.io/en/latest/# )。
我使用 (pip install pyamg) 安装它
我在 Windows 中使用 spyder。当我想导入它时它会出错
我运行它的例子:
错误是:
导入pyamg.amg_core
文件“C:\Users\Admin\AppData\Local\Programs\Spyder\pkgs\pyamg\amg_core_init _.py ”,第 5 行,从 .evolution_strength 导入 *
ModuleNotFoundError:没有名为“pyamg.amg_core.evolution_strength”的模块
我该如何解决这个问题?
提前致谢