Public Types | List of all members
Eigen::internal::meta_least_common_multiple< A, B, K, Done, Big > Struct Template Reference

#include <Meta.h>

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, bool Big = (A>=B)>
struct Eigen::internal::meta_least_common_multiple< A, B, K, Done, Big >

Definition at line 721 of file Meta.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 723 of file Meta.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:12:12