Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::SimpleCSRMatrix< ValueT >::IsLocal Class Reference
Collaboration diagram for Alien::SimpleCSRMatrix< ValueT >::IsLocal:

Public Member Functions

 IsLocal (const ConstArrayView< Integer > offset, const Integer myrank)
bool operator() (Arccore::Integer col) const

Private Attributes

const ConstArrayView< Integer > m_offset
const Integer m_myrank

Detailed Description

template<typename ValueT>
class Alien::SimpleCSRMatrix< ValueT >::IsLocal

Definition at line 410 of file SimpleCSRMatrix.h.

Constructor & Destructor Documentation

◆ IsLocal()

template<typename ValueT>
Alien::SimpleCSRMatrix< ValueT >::IsLocal::IsLocal ( const ConstArrayView< Integer > offset,
const Integer myrank )
inline

Definition at line 413 of file SimpleCSRMatrix.h.

Member Function Documentation

◆ operator()()

template<typename ValueT>
bool Alien::SimpleCSRMatrix< ValueT >::IsLocal::operator() ( Arccore::Integer col) const
inline

Definition at line 417 of file SimpleCSRMatrix.h.

Member Data Documentation

◆ m_myrank

template<typename ValueT>
const Integer Alien::SimpleCSRMatrix< ValueT >::IsLocal::m_myrank
private

Definition at line 424 of file SimpleCSRMatrix.h.

◆ m_offset

template<typename ValueT>
const ConstArrayView<Integer> Alien::SimpleCSRMatrix< ValueT >::IsLocal::m_offset
private

Definition at line 423 of file SimpleCSRMatrix.h.


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