Public Types | Private Types | List of all members
Eigen::ei_meta_sqrt< Y, InfX, SupX, Done > Class Template Reference

#include <Meta.h>

Public Types

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

Private Types

enum  { MidX = (InfX+SupX)/2 }
 

Detailed Description

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)))>
class Eigen::ei_meta_sqrt< Y, InfX, SupX, Done >

Definition at line 58 of file Eigen2Support/Meta.h.

Member Enumeration Documentation

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
private
Enumerator
MidX 

Definition at line 60 of file Eigen2Support/Meta.h.

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 

Definition at line 67 of file Eigen2Support/Meta.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:06