v1.0
Static Public Member Functions
|
List of all members
func< res, arg1, arg2, TMATV > Struct Template Reference
Static Public Member Functions
static
EIGEN_DONT_INLINE
res
run
(arg1 &a1, arg2 &a2)
Member Function Documentation
◆
run()
template<class res , class arg1 , class arg2 >
static
EIGEN_DONT_INLINE
res
func
<
res
, arg1, arg2,
TMATV
>::run
(
arg1 &
a1
,
arg2 &
a2
)
inline
static
33
{
34
asm
(
""
);
35
return
a1.matrix() * a2;
36
}
The documentation for this struct was generated from the following file:
benchGeometry.cpp
func< res, arg1, arg2, TMATV >
Generated on Wed Aug 27 2025 17:05:26 for MercuryDPM by
1.9.1