DHART
Loading...
Searching...
No Matches
DHARTAPI.SpatialStructures.CSRInfo Struct Reference

Contains info necessary to reconstruct or access a CSR. More...

Public Member Functions

override string ToString ()
 Get a string representation of this object's nnz, rows, and cols. More...
 

Public Attributes

int nnz
 The number of nonzeros contained by the graph.
 
int cols
 The number of columns in the graph.
 
int rows
 The number of rows in the graph
 
IntPtr data
 A pointer to the graph's data array
 
IntPtr outer_indices
 A pointer to the graph's outer_indices array.
 
IntPtr inner_indices
 A pointer to the graph's inner indices array.
 

Detailed Description

Contains info necessary to reconstruct or access a CSR.

Member Function Documentation

◆ ToString()

override string DHARTAPI.SpatialStructures.CSRInfo.ToString ( )

Get a string representation of this object's nnz, rows, and cols.

Returns
A string representation of this object's nnz, rows, and cols.

References DHARTAPI.SpatialStructures.CSRInfo.cols, DHARTAPI.SpatialStructures.CSRInfo.nnz, and DHARTAPI.SpatialStructures.CSRInfo.rows.


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