Module lil

Module lil 

Source
Expand description

List of Lists (LIL) matrix format

This module provides the LIL matrix format implementation, which is efficient for row-based operations and incremental matrix construction.

Structsยง

LilMatrix
List of Lists (LIL) matrix