Loading [MathJax]/extensions/TeX/AMSsymbols.js
Stan Math Library
5.0.0
Automatic Differentiation
▼
Stan Math Library
Overview
▼
Contributor Guides
Developer Guide
Adding New Functions
Adding New Distributions
Common Pitfalls
Using requires for general overloads
Reverse Mode Types
Testing Automatic Differentiation Functions
Testing New Distributions
Add New Functions With Known Gradients
Adding New OpenCL Functions
Windows Development Tips
▼
Internal Docs
►
Probability Distributions
►
OpenCL
►
Compressed Sparse Row matrix format.
►
Type Traits
▼
Available requires<> for overloading.
►
Scalar types
►
Standard library types and traits
▼
Eigen
►
dense_dynamic <br>
►
eigen <br>
►
eigen_array <br>
►
eigen_dense_base <br>
►
eigen_dense_dynamic <br>
►
eigen_matrix_dynamic <br>
►
eigen_matrix_base <br>
►
eigen_sparse_base <br>
►
matrix <br>
►
plain_type <br>
►
rev_matrix <br>
►
rev_col_vector <br>
►
rev_vector <br>
►
var_dense_dynamic <br>
►
var_matrix <br>
►
var_col_vector <br>
►
var_row_vector <br>
►
var_vector <br>
►
eigen_col_vector <br>
►
col_vector <br>
►
eigen_row_vector <br>
▼
row_vector <br>
►
eigen_vector <br>
►
General Types
Require Macro Generators
OpenCL
►
Eigen expressions
►
arena_matrix <br>
►
real <br>
►
Parallelism
(External Link) Stan Language Docs
(External Link) Stan Discourse
►
Stan Math Library Docs
►
Class List
Table of contents
Detailed Description
Typedefs
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Typedefs
row_vector <br>
Available requires<> for overloading.
»
Eigen
Detailed Description
Typedefs
template<typename T >
using
stan::require_row_vector_t
=
require_t
<
is_row_vector
< std::decay_t< T > > >
Require type satisfies
is_row_vector
.
[
Stan Home Page
]
© 2011–2019, Stan Development Team.