摘要: import java.util.Arrays; public class ConjugateGradientMethod { public static void main(String[] args) { double[] x = {0.0, 0.0, 0.0}; // 初始点 double e 阅读全文
posted @ 2025-04-01 21:04 Lomook 阅读(18) 评论(0) 推荐(0)