WPILibC++ 2023.4.3-108-ge5452e3
Kernel.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::traits< kernel_retval_base< DecompositionType > >
 
class  Eigen::internal::kernel_retval_base< _DecompositionType >
 

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  Eigen::internal
 

Macros

#define EIGEN_MAKE_KERNEL_HELPERS(DecompositionType)
 

Macro Definition Documentation

◆ EIGEN_MAKE_KERNEL_HELPERS

#define EIGEN_MAKE_KERNEL_HELPERS (   DecompositionType)
Value:
typedef typename DecompositionType::MatrixType MatrixType; \
typedef typename MatrixType::Scalar Scalar; \
typedef typename MatrixType::RealScalar RealScalar; \
using Base::dec; \
using Base::rank; \
using Base::rows; \
using Base::cols; \
kernel_retval(const DecompositionType& dec) : Base(dec) {}