v1.0
Static Public Member Functions
|
List of all members
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
)
inline
static
26
{
27
mat
.xtype = CHOLMOD_REAL;
28
mat
.dtype = CHOLMOD_DOUBLE;
29
}
Eigen::SparseMatrix< double >
The documentation for this struct was generated from the following file:
CholmodSupport.h
Eigen
internal
cholmod_configure_matrix< double >
Generated on Wed Aug 27 2025 17:07:22 for MercuryDPM by
1.9.1