Block Sparse Arrays
The BlockSparseArrays module defines the BlockSparseMatrixCSC type and the blocksparse constructor used for sparse linear algebra operations. Below are the primary exported symbols.
CellularSheaves.BlockSparseArrays.BlockSparseMatrix — Type
BlockSparseMatrix{T, I} <: AbstractMatrix{T}A sparse block matrix.