Eigen::IncompleteLUT< Scalar_, StorageIndex_ >::keep_diag Struct Reference

Public Member Functions

bool operator() (const Index &row, const Index &col, const Scalar &) const
 

Detailed Description

template<typename Scalar_, typename StorageIndex_ = int>
struct Eigen::IncompleteLUT< Scalar_, StorageIndex_ >::keep_diag

keeps off-diagonal entries; drops diagonal entries

Definition at line 184 of file IncompleteLUT.h.

Member Function Documentation

◆ operator()()

template<typename Scalar_ , typename StorageIndex_ = int>
bool Eigen::IncompleteLUT< Scalar_, StorageIndex_ >::keep_diag::operator() ( const Index row,
const Index col,
const Scalar  
) const
inline

Definition at line 185 of file IncompleteLUT.h.

186  {
187  return row!=col;
188  }
RowXpr row(Index i)
This is the const version of row(). *‍/.
ColXpr col(Index i)
This is the const version of col().

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