File Defs.h#
↰ Parent directory (include/Karana/KUtils)
Contains common delcarations for Karana KUtils.
Definition (include/Karana/KUtils/Defs.h)#
Includes#
Karana/Math/Defs.h(File Defs.h)type_traits
Included By#
Namespaces#
Classes#
Template Struct extract_matrix_dimensions< Eigen::Matrix< double, _rows, 1 > >
Template Struct extract_matrix_dimensions< Eigen::Matrix< double, _rows, _cols, Eigen::RowMajor > >
Template Struct extract_rows< Eigen::Matrix< double, rows, 1 > >
Template Struct is_eigen_int_type< Eigen::Matrix< int, Rows, 1 > >
Template Struct is_eigen_type< Eigen::Matrix< double, Rows, 1 > >
Template Struct is_eigen_type< Eigen::Matrix< double, Rows, Cols, Eigen::RowMajor > >
Template Struct is_eigen_vector< Eigen::Matrix< double, Rows, 1 > >