Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_constant< T, require_eigen_t< T > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::is_constant< T, require_eigen_t< T > >

Defines a public enum named value and sets it to true if the type of the elements in the provided Eigen Matrix is constant, false otherwise.

This is used in the is_constant_all metaprogram.

Template Parameters
Ttype of the Eigen Matrix

Definition at line 62 of file is_constant.hpp.

#include <is_constant.hpp>

+ Inheritance diagram for stan::is_constant< T, require_eigen_t< T > >:

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