ei_matrix_swap_impl< MatrixType, OtherDerived, IsSameType, IsDynamicSize > Struct Template Reference
#include <Matrix.h>
List of all members.
Static Public Member Functions |
static void | run (MatrixType &matrix, MatrixBase< OtherDerived > &other) |
Detailed Description
template<typename MatrixType, typename OtherDerived, bool IsSameType = ei_is_same_type<MatrixType, OtherDerived>::ret, bool IsDynamicSize = MatrixType::SizeAtCompileTime==Dynamic>
struct ei_matrix_swap_impl< MatrixType, OtherDerived, IsSameType, IsDynamicSize >
Definition at line 574 of file Matrix.h.
Member Function Documentation
template<typename MatrixType , typename OtherDerived , bool IsSameType = ei_is_same_type<MatrixType, OtherDerived>::ret, bool IsDynamicSize = MatrixType::SizeAtCompileTime==Dynamic>
static void ei_matrix_swap_impl< MatrixType, OtherDerived, IsSameType, IsDynamicSize >::run |
( |
MatrixType & |
matrix, |
|
|
MatrixBase< OtherDerived > & |
other | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: