My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Properties | List of all members
TriangleNet.Tools.AdjacencyMatrix Class Reference

The adjacency matrix of the mesh. More...

Public Member Functions

 AdjacencyMatrix (TriangleNetMesh triangleNetMesh)
 
 AdjacencyMatrix (int[] pcol, int[] irow)
 
int Bandwidth ()
 Computes the bandwidth of an adjacency matrix.
 
void SortIndices ()
 

Public Attributes

readonly int N
 Gets the number of columns (nodes of the mesh).
 

Properties

int[] ColumnPointers [get]
 Gets the column pointers.
 
int[] RowIndices [get]
 Gets the row indices.
 

Detailed Description

The adjacency matrix of the mesh.

Member Function Documentation

◆ Bandwidth()

int TriangleNet.Tools.AdjacencyMatrix.Bandwidth ( )
inline

Computes the bandwidth of an adjacency matrix.

Returns
Bandwidth of the adjacency matrix.

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