Eigen::SimplicialCholeskyBase< Derived >::keep_diag Struct Reference

Public Member Functions

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

Detailed Description

template<typename Derived>
struct Eigen::SimplicialCholeskyBase< Derived >::keep_diag

keeps off-diagonal entries; drops diagonal entries

Definition at line 254 of file SimplicialCholesky.h.

Member Function Documentation

◆ operator()()

template<typename Derived >
bool Eigen::SimplicialCholeskyBase< Derived >::keep_diag::operator() ( const Index row,
const Index col,
const Scalar  
) const
inline

Definition at line 255 of file SimplicialCholesky.h.

256  {
257  return row!=col;
258  }
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: