Contents

SparseMatrixStructure

A description of the sparsity structure of a sparse matrix.

Declaration

struct SparseMatrixStructure

Mentioned in

Overview

The sparsity structure is in a block compressed sparse column format. The matrix consists of rowCount x columnCount blocks, each of which is a square matrix of some fixed size. The system stores this block size separately from the sparsity because the graph algorithms that operate on the structure don’t need it.

Topics

Creating a sparse matrix description

Inspecting the properties of a sparse matrix description

See Also

Related Documentation

Specifying the Structure and Attributes of a Sparse Matrix