Posts by Category

conference publication

Root-Squaring for Root-Finding

1 minute read

The root-squaring iterations of Dandelin (1826), Lobachevsky (1834), and Gräffe (1837) recursively produce the coefficients of polynomials whose zeros are th...

Coded Matrix Chain Multiplication

less than 1 minute read

Matrix multiplication is a fundamental building block in many machine learning models. As the input matrices may be too large to be multiplied on a single se...

Back to Top ↑

Journal Publication

Rook Coding for Batch Matrix Multiplication

less than 1 minute read

Matrix multiplication is a fundamental building block in various distributed computing algorithms. In order to multiply large matrices, it is common practice...

Back to Top ↑