MOAB  4.9.3pre
Eigen::internal::meta_least_common_multiple< A, B, K, Done > Struct Template Reference

#include <Meta.h>

List of all members.

Public Types

enum  { ret = meta_least_common_multiple<A,B,K+1>::ret }

Detailed Description

template<int A, int B, int K = 1, bool Done = ((A*K)%B)==0>
struct Eigen::internal::meta_least_common_multiple< A, B, K, Done >

Computes the least common multiple of two positive integer A and B at compile-time. It implements a naive algorithm testing all multiples of A. It thus works better if A>=B.

Definition at line 340 of file Meta.h.


Member Enumeration Documentation

template<int A, int B, int K = 1, bool Done = ((A*K)%B)==0>
anonymous enum
Enumerator:
ret 

Definition at line 342 of file Meta.h.

{ ret = meta_least_common_multiple<A,B,K+1>::ret };

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines