CMR
1.3.0
|
Information on component of 1-sum of matrices. More...
#include <one_sum.h>
Public Attributes | |
CMR_MATRIX * | matrix |
Sparse matrix. More... | |
CMR_MATRIX * | transpose |
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... | |
Information on component of 1-sum of matrices.
size_t* CMR_ONESUM_COMPONENT::columnsToOriginal |
Maps component columns to original matrix columns.
CMR_MATRIX* CMR_ONESUM_COMPONENT::matrix |
Sparse matrix.
size_t* CMR_ONESUM_COMPONENT::rowsToOriginal |
Maps component rows to original matrix rows.
CMR_MATRIX* CMR_ONESUM_COMPONENT::transpose |
Sparse transposed matrix.