Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MatVec::PointInfo Class Reference
Collaboration diagram for Arcane::MatVec::PointInfo:

Public Member Functions

 PointInfo (Integer lambda, Integer index)
bool operator< (const PointInfo &rhs) const

Public Attributes

Integer m_lambda
Integer m_index

Detailed Description

Definition at line 1198 of file AMG.cc.

Constructor & Destructor Documentation

◆ PointInfo() [1/2]

Arcane::MatVec::PointInfo::PointInfo ( )
inline

Definition at line 1202 of file AMG.cc.

◆ PointInfo() [2/2]

Arcane::MatVec::PointInfo::PointInfo ( Integer lambda,
Integer index )
inline

Definition at line 1206 of file AMG.cc.

Member Function Documentation

◆ operator<()

bool Arcane::MatVec::PointInfo::operator< ( const PointInfo & rhs) const
inline

The sorting is done so that the first point in the list is the one with the maximal lambda and minimal index.

Definition at line 1216 of file AMG.cc.

Member Data Documentation

◆ m_index

Integer Arcane::MatVec::PointInfo::m_index

Definition at line 1211 of file AMG.cc.

◆ m_lambda

Integer Arcane::MatVec::PointInfo::m_lambda

Definition at line 1210 of file AMG.cc.


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