|
MOAB
4.9.3pre
|
#include <Transpose.h>
Static Public Member Functions | |
| static bool | run (const Scalar *dest, const OtherDerived &src) |
Definition at line 336 of file Transpose.h.
| static bool Eigen::internal::check_transpose_aliasing_run_time_selector< Scalar, DestIsTransposed, OtherDerived >::run | ( | const Scalar * | dest, |
| const OtherDerived & | src | ||
| ) | [inline, static] |
Definition at line 338 of file Transpose.h.
{
return (bool(blas_traits<OtherDerived>::IsTransposed) != DestIsTransposed) && (dest!=0 && dest==(const Scalar*)extract_data(src));
}