Useful CMake Examples
unit-testing
cmake
tutorial
cpp
catch
boost
static-analysis
clang
cpack
cppcheck
clang-format
google-test
ctest
-
Updated
Sep 20, 2021 - CMake
Description
Unit vector transforms should work with a zero-length unconstrained vector.
Example
The size-1 unit vector is just a constant
[1]'. This should be the result of transforming the unconstrained 0-vector[]'.Expected Output
Stan programs that use:
should lead to
alpha == [1]'.Current Ver