摘要:
本文整理了科学计算包 Lapack 的安装过程和使用规范。 环境包 需要安装 gfortran 和 cmake sudo apt-get install gfortran BLAS 库和 CBLAS 接口 安装 blas wget http://www.netlib.org/blas/blas.tg 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文