WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::meta_sqrt< Y, InfX, SupX, Done > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/util/Meta.h>

Public Types

enum  { ret = meta_sqrt<Y,NewInf,NewSup>::ret }
 

Member Enumeration Documentation

◆ anonymous enum

template<int Y, int InfX = 0, int SupX = ((Y==1) ? 1 : Y/2), bool Done = ((SupX-InfX)<=1 ? true : ((SupX*SupX <= Y) && ((SupX+1)*(SupX+1) > Y)))>
anonymous enum
Enumerator
ret 

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