CMR  1.3.0
Public Attributes | List of all members
CMR_ONESUM_COMPONENT Struct Reference

Information on component of 1-sum of matrices. More...

#include <one_sum.h>

Public Attributes

CMR_MATRIXmatrix
 Sparse matrix. More...
 
CMR_MATRIXtranspose
 Sparse transposed matrix. More...
 
size_t * rowsToOriginal
 Maps component rows to original matrix rows. More...
 
size_t * columnsToOriginal
 Maps component columns to original matrix columns. More...
 

Detailed Description

Information on component of 1-sum of matrices.

Member Data Documentation

◆ columnsToOriginal

size_t* CMR_ONESUM_COMPONENT::columnsToOriginal

Maps component columns to original matrix columns.

◆ matrix

CMR_MATRIX* CMR_ONESUM_COMPONENT::matrix

Sparse matrix.

◆ rowsToOriginal

size_t* CMR_ONESUM_COMPONENT::rowsToOriginal

Maps component rows to original matrix rows.

◆ transpose

CMR_MATRIX* CMR_ONESUM_COMPONENT::transpose

Sparse transposed matrix.


The documentation for this struct was generated from the following file: