v1.0
Static Public Member Functions
|
List of all members
Eigen::internal::h_repeat< n > Struct Template Reference
#include <
MoreMeta.h
>
Static Public Member Functions
template<typename t , int... ii>
constexpr static
EIGEN_STRONG_INLINE
array
< t,
n
>
run
(t
v
,
numeric_list
<
int
, ii... >)
Member Function Documentation
◆
run()
template<int n>
template<typename t , int... ii>
constexpr static
EIGEN_STRONG_INLINE
array
<t,
n
>
Eigen::internal::h_repeat
<
n
>::run
(
t
v
,
numeric_list
<
int
, ii... >
)
inline
static
constexpr
577
{
578
return
{{
typename
id_numeric<int, ii, t>::type
(
v
)...}};
579
}
v
Array< int, Dynamic, 1 > v
Definition:
Array_initializer_list_vector_cxx11.cpp:1
Eigen::internal::id_numeric::type
t type
Definition:
MoreMeta.h:227
References
v
.
Referenced by
Eigen::internal::repeat()
.
The documentation for this struct was generated from the following file:
MoreMeta.h
Eigen
internal
h_repeat
Generated on Wed Aug 27 2025 17:08:03 for MercuryDPM by
1.9.1