Public Types | Private Types
Eigen::internal::meta_sqrt< Y, InfX, SupX, Done > Class Template Reference

#include <Meta.h>

List of all members.

Public Types

enum  { ret = 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::internal::meta_sqrt< Y, InfX, SupX, Done >

Definition at line 173 of file Core/util/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 175 of file Core/util/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 182 of file Core/util/Meta.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:01