linbox
Public Member Functions
CSF< _Field > Class Template Reference

Space efficient representation of sparse matrices. More...

#include <csf.h>

Inherits BlackboxInterface.

Public Member Functions

void read (MatrixStream< Field > &ms)
 Read the matrix from a matrix stream. More...
 

Detailed Description

template<class _Field>
class LinBox::CSF< _Field >

Space efficient representation of sparse matrices.

Compressed Sparse Row/Column (CSR/C) involves two arrays of length NNZ (number of non-zeros) One of column indices and another of matrix values. A third array contains pointers indicating the division of the two NNZ arrays into rows. (or vice versa w/r/t rows & columns)

Member Function Documentation

◆ read()

void read ( MatrixStream< Field > &  ms)
inline

Read the matrix from a matrix stream.

Parameters
msStream from which to read the matrix

The documentation for this class was generated from the following files: