Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_eigen_matrix_dynamic< T > Struct Template Reference

Detailed Description

template<typename T>
struct stan::is_eigen_matrix_dynamic< T >

Checks whether type T is derived from Eigen::MatrixBase and has columns and rows not equal to 1.

If true this will have a static member function named value with a type of true, else value is false.

Template Parameters
TType to check if it is derived from MatrixBase and has more than 1 compile time row and column.

Definition at line 42 of file is_eigen_matrix.hpp.

#include <is_eigen_matrix.hpp>

+ Inheritance diagram for stan::is_eigen_matrix_dynamic< T >:

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