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

Detailed Description

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

Checks whether type T is derived from Eigen::SparseMatrixBase.

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 SparseMatrixBase
Enableused for SFINAE deduction.

Definition at line 21 of file is_eigen_sparse_base.hpp.

#include <is_eigen_sparse_base.hpp>

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

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