MOAB
4.9.3pre
|
#include <Transpose.h>
Static Public Member Functions | |
static void | run (const Derived &dst, const OtherDerived &other) |
Definition at line 365 of file Transpose.h.
static void Eigen::internal::checkTransposeAliasing_impl< Derived, OtherDerived, MightHaveTransposeAliasing >::run | ( | const Derived & | dst, |
const OtherDerived & | other | ||
) | [inline, static] |
Definition at line 367 of file Transpose.h.
{ eigen_assert((!check_transpose_aliasing_run_time_selector <typename Derived::Scalar,blas_traits<Derived>::IsTransposed,OtherDerived> ::run(extract_data(dst), other)) && "aliasing detected during transposition, use transposeInPlace() " "or evaluate the rhs into a temporary using .eval()"); }