ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
MatrixEntry< T > Struct Template Reference

#include <SparseMatrix.h>

Public Member Functions

 MatrixEntry (void)
 
 MatrixEntry (int i)
 
 MatrixEntry (int i, T v)
 

Public Attributes

int N
 
Value
 

Detailed Description

template<class T>
struct MatrixEntry< T >

Definition at line 39 of file SparseMatrix.h.

Constructor & Destructor Documentation

◆ MatrixEntry() [1/3]

template<class T >
MatrixEntry< T >::MatrixEntry ( void  )
inline

Definition at line 41 of file SparseMatrix.h.

References MatrixEntry< T >::N, and MatrixEntry< T >::Value.

◆ MatrixEntry() [2/3]

template<class T >
MatrixEntry< T >::MatrixEntry ( int  i)
inline

Definition at line 42 of file SparseMatrix.h.

References MatrixEntry< T >::N, and MatrixEntry< T >::Value.

◆ MatrixEntry() [3/3]

template<class T >
MatrixEntry< T >::MatrixEntry ( int  i,
v 
)
inline

Definition at line 43 of file SparseMatrix.h.

References MatrixEntry< T >::N, and MatrixEntry< T >::Value.

Member Data Documentation

◆ N

template<class T >
int MatrixEntry< T >::N

Definition at line 44 of file SparseMatrix.h.

Referenced by MatrixEntry< T >::MatrixEntry().

◆ Value

template<class T >
T MatrixEntry< T >::Value

Definition at line 45 of file SparseMatrix.h.

Referenced by MatrixEntry< T >::MatrixEntry().


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