File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ namespace stan {
9
9
/* *
10
10
* Given an Eigen type and several inputs, determine if a matrix should be
11
11
* `var<Matrix>` or `Matrix<var>`.
12
+ *
13
+ * `Matrix` will not necessarily be a plain type
14
+ *
12
15
* @tparam ReturnType An Eigen matrix used for composing the `var<Matrix>` or
13
16
* `Matrix<var>` type.
14
17
* @tparam Types Parameter pack holding any mix of types. If any of `Types`
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ namespace stan {
9
9
/* *
10
10
* Given an Eigen type and several inputs, determine if a matrix should be
11
11
* `var<Matrix>` or `Matrix<var>`.
12
+ *
13
+ * `Matrix` will be a plain type
14
+ *
12
15
* @tparam ReturnType An Eigen matrix used for composing the `var<Matrix>` or
13
16
* `Matrix<var>` type.
14
17
* @tparam Types Parameter pack holding any mix of types. If any of `Types`
You can’t perform that action at this time.
0 commit comments