numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
is_eigen_vector.h File Reference

Definition of is_eigen_vector class. More...

#include <type_traits>
#include <Eigen/Core>
Include dependency graph for is_eigen_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::is_eigen_vector< Type >
 Class to check whether a type is a Eigen's vector. More...
class  num_collect::is_eigen_vector< Eigen::Matrix< Scalar, Rows, 1, Options, MaxRows, MaxCols > >
 Class to check whether a type is a Eigen's vector. More...

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.

Variables

template<typename Type>
constexpr bool num_collect::is_eigen_vector_v = is_eigen_vector<Type>::value
 Get whether a type is a Eigen's vector.

Detailed Description

Definition of is_eigen_vector class.

Definition in file is_eigen_vector.h.