numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of is_eigen_matrix class. More...
#include <type_traits>
#include <Eigen/Core>
Go to the source code of this file.
Classes | |
class | num_collect::is_eigen_matrix< Type > |
Class to check whether a type is a Eigen's matrix. More... | |
class | num_collect::is_eigen_matrix< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > > |
Class to check whether a type is a Eigen's matrix. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
Variables | |
template<typename Type > | |
constexpr bool | num_collect::is_eigen_matrix_v = is_eigen_matrix<Type>::value |
Get whether a type is a Eigen's matrix. | |
Definition of is_eigen_matrix class.
Definition in file is_eigen_matrix.h.