NumberTheory-List
Number Theory List
Scientific Calculation
Number Theory | 随机数
- 2019-How to pick a random number from 1-10: Imagine you have to generate a uniform random number from 1 to 10.
Matrix | 矩阵
- 2018-High-Performance Matrix Multiplication: This is a short post that explains how to write a high-performance matrix multiplication program on modern processors. In this tutorial I will use a single core of the Skylake-client CPU with AVX2, but the principles in this post also apply to other processors with different instruction sets (such as AVX512).