Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ require_all_matrix_st

template<template< class... > class TypeCheck, class... Check>
using stan::require_all_matrix_st = typedef require_all_t< container_type_check_base<is_matrix, scalar_type_t, TypeCheck, Check>...>

Require all of the types does not satisfy is_matrix.

and all scalar types satisfy TypeCheck

Template Parameters
TypeCheckThe type trait to check the scalar type against
CheckThe type to test is_matrix for and whose scalar_type is checked with TypeCheck

Definition at line 72 of file is_matrix.hpp.