numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::is_eigen_matrix< Type > Class Template Reference

Class to check whether a type is a Eigen's matrix. More...

#include <num_collect/util/is_eigen_matrix.h>

+ Inheritance diagram for num_collect::is_eigen_matrix< Type >:
+ Collaboration diagram for num_collect::is_eigen_matrix< Type >:

Detailed Description

template<typename Type>
class num_collect::is_eigen_matrix< Type >

Class to check whether a type is a Eigen's matrix.

Template Parameters
TypeType to be checked.

Definition at line 34 of file is_eigen_matrix.h.


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