Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::direct_selfadjoint_eigenvalues< SolverType, Size, IsComplex > Struct Template Reference

#include <src/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC void run (SolverType &eig, const typename SolverType::MatrixType &A, int options)
 

Detailed Description

template<typename SolverType, int Size, bool IsComplex>
struct Eigen::internal::direct_selfadjoint_eigenvalues< SolverType, Size, IsComplex >

Member Function Documentation

◆ run()

template<typename SolverType , int Size, bool IsComplex>
static EIGEN_DEVICE_FUNC void Eigen::internal::direct_selfadjoint_eigenvalues< SolverType, Size, IsComplex >::run ( SolverType &  eig,
const typename SolverType::MatrixType &  A,
int  options 
)
inlinestatic
551 { eig.compute(A,options); }

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