Eigen::internal::check_rows_cols_for_overflow< MaxSizeAtCompileTime, MaxRowsAtCompileTime, MaxColsAtCompileTime > Struct Template Reference

#include <PlainObjectBase.h>

Public Member Functions

 EIGEN_STATIC_ASSERT (MaxRowsAtCompileTime *MaxColsAtCompileTime==MaxSizeAtCompileTime, YOU MADE A PROGRAMMING MISTAKE) template< typename Index > EIGEN_DEVICE_FUNC static EIGEN_ALWAYS_INLINE const expr void run(Index
 

Member Function Documentation

◆ EIGEN_STATIC_ASSERT()

template<int MaxSizeAtCompileTime, int MaxRowsAtCompileTime, int MaxColsAtCompileTime>
Eigen::internal::check_rows_cols_for_overflow< MaxSizeAtCompileTime, MaxRowsAtCompileTime, MaxColsAtCompileTime >::EIGEN_STATIC_ASSERT ( MaxRowsAtCompileTime *  MaxColsAtCompileTime = = MaxSizeAtCompileTime,
YOU MADE A PROGRAMMING  MISTAKE 
) const

The documentation for this struct was generated from the following file: