Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::SimplicialCholeskyBase< Derived >::keep_diag Struct Reference

#include <src/eigen/Eigen/src/SparseCholesky/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
246 {
247 return row!=col;
248 }
EIGEN_DEVICE_FUNC RowXpr row(Index i)
This is the const version of row(). *‍/.
Definition BlockMethods.h:859
EIGEN_DEVICE_FUNC ColXpr col(Index i)
This is the const version of col().
Definition BlockMethods.h:838

References col(), and row().

+ Here is the call graph for this function:

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