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

#include <SimplicialCholesky.h>

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

Member Function Documentation

◆ operator()()

template<typename Derived >
bool Eigen::SimplicialCholeskyBase< Derived >::keep_diag::operator() ( const Index row,
const Index col,
const Scalar  
) const
inline
233 { return row != col; }
m col(1)
m row(1)

References col(), and row().


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