Loading

摘要: 本文整理了科学计算包 Lapack 的安装过程和使用规范。 环境包 需要安装 gfortran 和 cmake sudo apt-get install gfortran BLAS 库和 CBLAS 接口 安装 blas wget http://www.netlib.org/blas/blas.tg 阅读全文
posted @ 2022-02-20 13:17 Bluemultipl 阅读(5957) 评论(0) 推荐(0) 编辑
摘要: The Vandermonde determinant Definition 2.3. 对 \(n+1\) 个给定的点 \(x_0,x_1,\cdots,x_n\in\mathbb{R}\) ,范德蒙矩阵 Vandermonde matrix \(V\in\mathbb{R}^{(n+1)\time 阅读全文
posted @ 2022-02-20 13:01 Bluemultipl 阅读(460) 评论(0) 推荐(0) 编辑
摘要: The bisection method Algorithm 1.1. 二分法每次将区间减小一半,在其中有根的部分寻找连续函数 \(f:\mathbb{R}\to\mathbb{R}\) 的根. Input: \(f:[a,b]\to\mathbb{R},\ a\in\mathbb{R},\ b\i 阅读全文
posted @ 2022-02-20 12:55 Bluemultipl 阅读(140) 评论(0) 推荐(0) 编辑