Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francesco Brarda
stan-math-petsc
Commits
d356de36
Commit
d356de36
authored
5 years ago
by
Daniel Lee
Browse files
Options
Download
Email Patches
Plain Diff
flatten: prim/meta/append_return_type.hpp
parent
abab7e80
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
stan/math/prim/meta.hpp
+2
-1
stan/math/prim/meta.hpp
stan/math/prim/meta/append_return_type.hpp
+2
-2
stan/math/prim/meta/append_return_type.hpp
with
4 additions
and
3 deletions
+4
-3
stan/math/prim/meta.hpp
View file @
d356de36
...
...
@@ -8,7 +8,8 @@
#include <stan/math/prim/meta/length.hpp>
#include <stan/math/prim/mat/meta/append_return_type.hpp>
#include <stan/math/prim/meta/append_return_type.hpp>
#include <stan/math/prim/mat/meta/as_array_or_scalar.hpp>
#include <stan/math/prim/mat/meta/as_column_vector_or_scalar.hpp>
#include <stan/math/prim/mat/meta/as_scalar.hpp>
...
...
This diff is collapsed.
Click to expand it.
stan/math/prim/
mat/
meta/append_return_type.hpp
→
stan/math/prim/meta/append_return_type.hpp
View file @
d356de36
#ifndef STAN_MATH_PRIM_
MAT_
META_APPEND_RETURN_TYPE_HPP
#define STAN_MATH_PRIM_
MAT_
META_APPEND_RETURN_TYPE_HPP
#ifndef STAN_MATH_PRIM_META_APPEND_RETURN_TYPE_HPP
#define STAN_MATH_PRIM_META_APPEND_RETURN_TYPE_HPP
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/scal/meta/return_type.hpp>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help