Home
last modified time | relevance | path

Searched refs:check_rows_cols_for_overflow (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
DPlainObjectBase.h29 template<int MaxSizeAtCompileTime> struct check_rows_cols_for_overflow { struct
36 template<> struct check_rows_cols_for_overflow<Dynamic> { argument
242 internal::check_rows_cols_for_overflow<MaxSizeAtCompileTime>::run(nbRows, nbCols);
249 internal::check_rows_cols_for_overflow<MaxSizeAtCompileTime>::run(nbRows, nbCols);
318 internal::check_rows_cols_for_overflow<MaxSizeAtCompileTime>::run(other.rows(), other.cols());
463 …internal::check_rows_cols_for_overflow<MaxSizeAtCompileTime>::run(other.derived().rows(), other.de…
690 internal::check_rows_cols_for_overflow<Derived::MaxSizeAtCompileTime>::run(rows, cols);