Eigen::internal::cholmod_configure_matrix< double > Struct Reference

#include <CholmodSupport.h>

Static Public Member Functions

template<typename CholmodType >
static void run (CholmodType &mat)
 

Member Function Documentation

◆ run()

template<typename CholmodType >
static void Eigen::internal::cholmod_configure_matrix< double >::run ( CholmodType &  mat)
inlinestatic
26  {
27  mat.xtype = CHOLMOD_REAL;
28  mat.dtype = CHOLMOD_DOUBLE;
29  }

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