Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 764 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 764 Bytes

HAL-Matrix

Consider a matrix A of size R(nd x nd), where each non-overlapping (d x d) block of the matrix, Dij, is a diagonal matrix. So the matrix consists of n2 such blocks. An example of such a matrix is shown below:

matrix1

representation

For source code checkout "hal.py" file.

Comparision with NumPy arrays

dot dot add sub mul