Prusa Slicer
2.6.0
Loading...
Searching...
No Matches
Static Public Member Functions
|
List of all members
Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers > Struct Template Reference
#include <
src/eigen/Eigen/src/Core/PlainObjectBase.h
>
Static Public Member Functions
static EIGEN_DEVICE_FUNC
void
run
(MatrixTypeA &a, MatrixTypeB &b)
Detailed Description
template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers>
struct Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers >
Member Function Documentation
◆
run()
template<typename MatrixTypeA , typename MatrixTypeB , bool SwapPointers>
static EIGEN_DEVICE_FUNC
void
Eigen::internal::matrix_swap_impl
< MatrixTypeA, MatrixTypeB, SwapPointers >::run
(
MatrixTypeA &
a
,
MatrixTypeB &
b
)
inline
static
1016
{
1017
a
.base().swap(b);
1018
}
marchsq::__impl::SquareTag::a
@ a
The documentation for this struct was generated from the following file:
src/eigen/Eigen/src/Core/
PlainObjectBase.h
Eigen
internal
matrix_swap_impl
Generated by
1.9.8