#include <Meta.h>
|
enum | { ret = meta_sqrt<Y,NewInf,NewSup>::ret
} |
|
|
enum | { MidX = (InfX+SupX)/2
} |
|
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::internal::meta_sqrt< Y, InfX, SupX, Done >
Definition at line 701 of file Meta.h.
◆ 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
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)))>
The documentation for this class was generated from the following file: